]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: fix fincore/count KNOWN_FAIL
authorRuediger Meier <ruediger.meier@ga-group.nl>
Tue, 23 Jan 2018 15:59:27 +0000 (16:59 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 24 Jan 2018 11:53:35 +0000 (12:53 +0100)
It has to be set after calling ts_init.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
tests/ts/fincore/count

index c2dff7e347fba1f3cc4b100c709c2c8ded7dddf5..46700a32e7cfd8a6505c40589c77044f7adf945a 100755 (executable)
@@ -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" "]"