summaryrefslogtreecommitdiffstats
path: root/tests/ts
diff options
context:
space:
mode:
authorRuediger Meier2018-01-23 16:59:27 +0100
committerKarel Zak2018-01-24 12:53:35 +0100
commit839203c00ecb6b3dffd0d3eb8c77dac87584c241 (patch)
treee5d2c7b329c4625e12f7dc26ee88158e9d1801fd /tests/ts
parenttests: suppress warning for old sync(1) (diff)
downloadkernel-qcow2-util-linux-839203c00ecb6b3dffd0d3eb8c77dac87584c241.tar.gz
kernel-qcow2-util-linux-839203c00ecb6b3dffd0d3eb8c77dac87584c241.tar.xz
kernel-qcow2-util-linux-839203c00ecb6b3dffd0d3eb8c77dac87584c241.zip
tests: fix fincore/count KNOWN_FAIL
It has to be set after calling ts_init. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts')
-rwxr-xr-xtests/ts/fincore/count7
1 files 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" "]"