summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarel Zak2019-03-05 13:56:33 +0100
committerKarel Zak2019-03-05 13:56:33 +0100
commit2648be66d2a91a2d884fdab0de58a883d7d54ce6 (patch)
tree148c195d6f503f769b807d8e63973582836d402d /tests
parentbuild-sys: add check-programs make target (diff)
downloadkernel-qcow2-util-linux-2648be66d2a91a2d884fdab0de58a883d7d54ce6.tar.gz
kernel-qcow2-util-linux-2648be66d2a91a2d884fdab0de58a883d7d54ce6.tar.xz
kernel-qcow2-util-linux-2648be66d2a91a2d884fdab0de58a883d7d54ce6.zip
tests: add missing ts_check_test_command call
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ts/misc/strtosize2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/misc/strtosize b/tests/ts/misc/strtosize
index 68b3b8bab..a5914a939 100755
--- a/tests/ts/misc/strtosize
+++ b/tests/ts/misc/strtosize
@@ -21,6 +21,8 @@ TS_DESC="strtosize"
. $TS_TOPDIR/functions.sh
ts_init "$*"
+ts_check_test_command "$TS_HELPER_STRUTILS"
+
$TS_HELPER_STRUTILS --size -1 >> $TS_OUTPUT 2>&1
$TS_HELPER_STRUTILS --size 0 >> $TS_OUTPUT 2>&1
$TS_HELPER_STRUTILS --size 1 >> $TS_OUTPUT 2>&1