aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mount.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-06-28 14:10:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-06-28 14:10:00 +0200
commit335766602b2598f29a3dd854654b9ba9edb6d7cb (patch)
tree96a4ab55d3574f294a7283694bdc7167724b07bd /testsuite/mount.tests
parent8825cb6660b66c412296c2b1e10ca2f965a0a9cd (diff)
downloadbusybox-335766602b2598f29a3dd854654b9ba9edb6d7cb.tar.gz
testsuite/mount.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mount.tests')
-rwxr-xr-xtestsuite/mount.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/mount.tests b/testsuite/mount.tests
index a0bc50888..91c2e8b42 100755
--- a/testsuite/mount.tests
+++ b/testsuite/mount.tests
@@ -10,9 +10,11 @@ test "`id -u`" = 0 || {
exit 0
}
+# Without MOUNT_LOOP_CREATE, the test will fail if /dev/loopN's do not exist
if test x"$CONFIG_MKFS_MINIX" != x"y" \
|| test x"$CONFIG_FEATURE_MINIX2" != x"y" \
|| test x"$CONFIG_FEATURE_MOUNT_LOOP" != x"y" \
+|| test x"$CONFIG_FEATURE_MOUNT_LOOP_CREATE" != x"y" \
|| test x"$CONFIG_FEATURE_MOUNT_FLAGS" != x"y" \
|| test x"$CONFIG_FEATURE_DEVFS" = x"y" \
; then