summaryrefslogtreecommitdiffstats
path: root/tests/ts/libmount/context
diff options
context:
space:
mode:
authorRuediger Meier2014-05-14 23:54:23 +0200
committerRuediger Meier2014-05-15 12:51:24 +0200
commit8930be5a223667775364ee2b95d68d5a08355bbb (patch)
tree48df950889781ec21985e219aebea6c605425eca /tests/ts/libmount/context
parenttests: consolidate some checks for commands (diff)
downloadkernel-qcow2-util-linux-8930be5a223667775364ee2b95d68d5a08355bbb.tar.gz
kernel-qcow2-util-linux-8930be5a223667775364ee2b95d68d5a08355bbb.tar.xz
kernel-qcow2-util-linux-8930be5a223667775364ee2b95d68d5a08355bbb.zip
tests: check for mkfs.ext{2,3,4}
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/libmount/context')
-rwxr-xr-xtests/ts/libmount/context2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/libmount/context b/tests/ts/libmount/context
index 0cc21ec77..7acfb9cdf 100755
--- a/tests/ts/libmount/context
+++ b/tests/ts/libmount/context
@@ -13,6 +13,8 @@ ts_check_test_command "$TS_CMD_FINDMNT"
ts_check_test_command "$TS_CMD_MOUNT"
ts_check_test_command "$TS_CMD_UMOUNT"
ts_check_test_command "$TS_CMD_UUIDGEN"
+ts_check_prog "mkfs.ext3"
+ts_check_prog "mkfs.ext4"
ts_skip_nonroot
TESTPROG="$TS_HELPER_LIBMOUNT_CONTEXT"