summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarel Zak2019-03-04 17:32:03 +0100
committerKarel Zak2019-03-04 17:32:03 +0100
commitbb872a239ce9faae7ac672a9137945dd8e4ee964 (patch)
treee54b3b00c2a47da5408524be3de75a42827803cd /tests
parenttests: (kill) do not use shell build-in (diff)
downloadkernel-qcow2-util-linux-bb872a239ce9faae7ac672a9137945dd8e4ee964.tar.gz
kernel-qcow2-util-linux-bb872a239ce9faae7ac672a9137945dd8e4ee964.tar.xz
kernel-qcow2-util-linux-bb872a239ce9faae7ac672a9137945dd8e4ee964.zip
tests: add missing TS_CMD_UMOUNT check
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ts/libmount/loop1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ts/libmount/loop b/tests/ts/libmount/loop
index b52b7476a..090b79fa4 100755
--- a/tests/ts/libmount/loop
+++ b/tests/ts/libmount/loop
@@ -23,6 +23,7 @@ TS_DESC="losetup-loop"
ts_init "$*"
ts_check_test_command "$TS_CMD_MOUNT"
+ts_check_test_command "$TS_CMD_UMOUNT"
ts_check_test_command "$TS_CMD_FINDMNT"
ts_check_test_command "$TS_CMD_LOSETUP"