diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
commit | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (patch) | |
tree | 4a5fbaef1371fb8b2ca504e753fa2a31d25234d4 /testsuite/mount.tests | |
parent | 6334390aef2eb52cc827a6d18f942b2b8a04ef59 (diff) | |
download | busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.gz busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.bz2 busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mount.tests')
-rwxr-xr-x | testsuite/mount.tests | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/testsuite/mount.tests b/testsuite/mount.tests index 043586f05..ee13ec285 100755 --- a/testsuite/mount.tests +++ b/testsuite/mount.tests | |||
@@ -4,16 +4,19 @@ | |||
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
7 | test -f "$bindir/.config" && . "$bindir/.config" | ||
8 | |||
7 | test "`id -u`" = 0 || { | 9 | test "`id -u`" = 0 || { |
8 | echo "SKIPPED: must be root to test this" | 10 | echo "SKIPPED: mount (must be root to test this)" |
9 | exit 0 | 11 | exit 0 |
10 | } | 12 | } |
11 | 13 | ||
12 | optional MKFS_MINIX | 14 | if test x"$CONFIG_MKFS_MINIX" != x"y" \ |
13 | if [ -n "$SKIP" ] | 15 | || test x"$CONFIG_FEATURE_MINIX2" != x"y" \ |
14 | then | 16 | || test x"$CONFIG_FEATURE_DEVFS" = x"y" \ |
15 | echo "SKIPPED: mount" | 17 | ; then |
16 | exit 0 | 18 | echo "SKIPPED: mount" |
19 | exit 0 | ||
17 | fi | 20 | fi |
18 | 21 | ||
19 | testdir=$PWD/testdir | 22 | testdir=$PWD/testdir |