From: Karel Zak Date: Wed, 25 Mar 2015 16:36:28 +0000 (+0100) Subject: tests: more(1) depends on terminal, force to TERM=linux X-Git-Tag: v2.27-rc1~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87db0047ea364152f32c10b8aefac4a5b8359d7d;p=thirdparty%2Futil-linux.git tests: more(1) depends on terminal, force to TERM=linux Signed-off-by: Karel Zak --- diff --git a/tests/ts/more/regexp b/tests/ts/more/regexp index 67c6f62810..7b4f39652b 100755 --- a/tests/ts/more/regexp +++ b/tests/ts/more/regexp @@ -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