From 839203c00ecb6b3dffd0d3eb8c77dac87584c241 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Tue, 23 Jan 2018 16:59:27 +0100 Subject: [PATCH] tests: fix fincore/count KNOWN_FAIL It has to be set after calling ts_init. Signed-off-by: Ruediger Meier --- tests/ts/fincore/count | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" "]" -- 2.47.3