summaryrefslogtreecommitdiffstats
path: root/tests/ts/misc
diff options
context:
space:
mode:
authorKarel Zak2019-03-04 16:42:30 +0100
committerKarel Zak2019-03-04 16:42:30 +0100
commit19e00ec9e9e9c36305cf2dd163d0333e2d72c671 (patch)
tree497396ee6dc13a5cf2cc34599a7ad1aac6b5cbaf /tests/ts/misc
parentsu/runuser: don't mark --pty as experimental, add it to runuser.1 too (diff)
downloadkernel-qcow2-util-linux-19e00ec9e9e9c36305cf2dd163d0333e2d72c671.tar.gz
kernel-qcow2-util-linux-19e00ec9e9e9c36305cf2dd163d0333e2d72c671.tar.xz
kernel-qcow2-util-linux-19e00ec9e9e9c36305cf2dd163d0333e2d72c671.zip
tests: add missing ts_check_test_command calls
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/misc')
-rwxr-xr-xtests/ts/misc/swaplabel1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ts/misc/swaplabel b/tests/ts/misc/swaplabel
index 646304508..22858b0ac 100755
--- a/tests/ts/misc/swaplabel
+++ b/tests/ts/misc/swaplabel
@@ -20,6 +20,7 @@ ts_init "$*"
ts_check_test_command "$TS_CMD_MKSWAP"
ts_check_test_command "$TS_CMD_SWAPLABEL"
+ts_check_test_command "$TS_HELPER_SYSINFO"
# fallocate does not work on most file systems
function fallocate_or_skip()