]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: mark ul/ul as a known failure
authorRoss Burton <ross.burton@arm.com>
Wed, 30 Jun 2021 10:25:01 +0000 (11:25 +0100)
committerRoss Burton <ross.burton@arm.com>
Wed, 30 Jun 2021 10:25:11 +0000 (11:25 +0100)
As with ul/basic, this test produces different output when ran under
different terminals, which isn't very useful.

Set TS_KNOWN_FAIL so that these problems don't cause the test to fail.

Signed-off-by: Ross Burton <ross.burton@arm.com>
tests/ts/ul/ul

index b856e33db936e3603963e7cbae48571e938bc7b0..c707658ac44649860b220558370f293e9cbbe2df 100755 (executable)
@@ -20,6 +20,9 @@ ts_init "$*"
 
 ts_check_test_command "$TS_CMD_UL"
 
+# This test provides different result on some terminals and virtual machines
+TS_KNOWN_FAIL="yes"
+
 printf "a\x08ab\x5F\x08c\\n\\ttab\\f\\b\\r" |
        $TS_CMD_UL -t xterm >> $TS_OUTPUT 2>> $TS_ERRLOG