]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add missing TS_CMD_UMOUNT check
authorKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2019 16:32:03 +0000 (17:32 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2019 16:32:03 +0000 (17:32 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/libmount/loop

index b52b7476af93190a5b68372a9170e8da84cba372..090b79fa4a3c26150656edffd220d8f380477d8d 100755 (executable)
@@ -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"