From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> It has to be set after calling ts_init. Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- 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 c2dff7e34..46700a32e 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.13.6 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html