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) | |
download | busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.gz busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.bz2 busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.zip |
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 || { | |||
13 | 13 | ||
14 | if test x"$CONFIG_MKFS_MINIX" != x"y" \ | 14 | if test x"$CONFIG_MKFS_MINIX" != x"y" \ |
15 | || test x"$CONFIG_FEATURE_MINIX2" != x"y" \ | 15 | || test x"$CONFIG_FEATURE_MINIX2" != x"y" \ |
16 | || test x"$CONFIG_FEATURE_MOUNT_LOOP" != x"y" \ | ||
16 | || test x"$CONFIG_FEATURE_DEVFS" = x"y" \ | 17 | || test x"$CONFIG_FEATURE_DEVFS" = x"y" \ |
17 | ; then | 18 | ; then |
18 | echo "SKIPPED: mount" | 19 | echo "SKIPPED: mount" |