diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
commit | c0211e907ba0db44adab2c210caa284e49241ba5 (patch) | |
tree | c89d73c3e3664bf3aad27ff72adbdab446fe41a7 /testsuite/mount.tests | |
parent | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (diff) |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mount.tests')
-rwxr-xr-x | testsuite/mount.tests | 1 |
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" |