From 87db0047ea364152f32c10b8aefac4a5b8359d7d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 25 Mar 2015 17:36:28 +0100 Subject: [PATCH] tests: more(1) depends on terminal, force to TERM=linux Signed-off-by: Karel Zak --- tests/ts/more/regexp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3