aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mount.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-11 04:32:04 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-11 04:32:04 +0200
commitc0211e907ba0db44adab2c210caa284e49241ba5 (patch)
treec89d73c3e3664bf3aad27ff72adbdab446fe41a7 /testsuite/mount.tests
parentbfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (diff)
downloadbusybox-c0211e907ba0db44adab2c210caa284e49241ba5.tar.gz
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mount.tests')
-rwxr-xr-xtestsuite/mount.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/mount.tests b/testsuite/mount.tests
index ee13ec285..34988867d 100755
--- a/testsuite/mount.tests
+++ b/testsuite/mount.tests
@@ -13,6 +13,7 @@ test "`id -u`" = 0 || {
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_DEVFS" = x"y" \
; then
echo "SKIPPED: mount"