From: Ruediger Meier Date: Tue, 23 Jan 2018 15:59:27 +0000 (+0100) Subject: tests: fix fincore/count KNOWN_FAIL X-Git-Tag: v2.32-rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839203c00ecb6b3dffd0d3eb8c77dac87584c241;p=thirdparty%2Futil-linux.git tests: fix fincore/count KNOWN_FAIL It has to be set after calling ts_init. Signed-off-by: Ruediger Meier --- diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count index c2dff7e347..46700a32e7 100755 --- a/tests/ts/fincore/count +++ b/tests/ts/fincore/count @@ -3,15 +3,14 @@ TS_TOPDIR="${0%/*}/../.." TS_DESC="count file contents in core" -# Send patch if you know how to keep it portable and robust. Thanks. -TS_KNOWN_FAIL="yes" - - . $TS_TOPDIR/functions.sh ts_init "$*" ts_check_test_command "$TS_HELPER_SYSINFO" +# Send patch if you know how to keep it portable and robust. Thanks. +TS_KNOWN_FAIL="yes" + function header { echo "[" "$1" "]"