]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: more(1) depends on terminal, force to TERM=linux
authorKarel Zak <kzak@redhat.com>
Wed, 25 Mar 2015 16:36:28 +0000 (17:36 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:25:32 +0000 (12:25 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/more/regexp

index 67c6f62810c0b7084291ee21c4561065a2b9f5db..7b4f39652b58418ec8560c4c8f6eeb1d76e74bd1 100755 (executable)
@@ -20,6 +20,7 @@ ts_init "$*"
 
 ts_check_test_command "$TS_HELPER_MORE"
 
+export TERM=linux
 printf "abba\nbar\nfoo\nxyzzy\n" |
        $TS_HELPER_MORE +/foo > $TS_OUTPUT 2>&1