From 675b5dc24069743892e7bc457793dabb6c978e7f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 23 Apr 2016 14:20:38 -0700 Subject: [PATCH] Add the non-tty more(1) test. (This was supposed to be in the earlier patch, but I was fooled by "git commit -a" yet again...) --- tests/more.test | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tests/more.test diff --git a/tests/more.test b/tests/more.test new file mode 100755 index 00000000..4dcf6d85 --- /dev/null +++ b/tests/more.test @@ -0,0 +1,14 @@ +#!/bin/bash + +[ -f testing.sh ] && . testing.sh + +#testing "name" "command" "result" "infile" "stdin" + +cat >file1 <