diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 12:02:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 12:02:48 +0200 |
commit | da1382410bbc0dccad0d3936774a9232509f7deb (patch) | |
tree | e36ded85598000581c9ea24ad9f4140ee07909fd /testsuite/mount.tests | |
parent | 78d035f7964510cfa8e4b3f5381f40fd2e56437b (diff) | |
download | busybox-w32-da1382410bbc0dccad0d3936774a9232509f7deb.tar.gz busybox-w32-da1382410bbc0dccad0d3936774a9232509f7deb.tar.bz2 busybox-w32-da1382410bbc0dccad0d3936774a9232509f7deb.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mount.tests')
-rwxr-xr-x | testsuite/mount.tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/mount.tests b/testsuite/mount.tests index 34988867d..3c7405fbd 100755 --- a/testsuite/mount.tests +++ b/testsuite/mount.tests | |||
@@ -14,13 +14,14 @@ test "`id -u`" = 0 || { | |||
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_MOUNT_LOOP" != x"y" \ |
17 | || test x"$CONFIG_FEATURE_MOUNT_FLAGS" != x"y" \ | ||
17 | || test x"$CONFIG_FEATURE_DEVFS" = x"y" \ | 18 | || test x"$CONFIG_FEATURE_DEVFS" = x"y" \ |
18 | ; then | 19 | ; then |
19 | echo "SKIPPED: mount" | 20 | echo "SKIPPED: mount" |
20 | exit 0 | 21 | exit 0 |
21 | fi | 22 | fi |
22 | 23 | ||
23 | testdir=$PWD/testdir | 24 | testdir=$PWD/mount.testdir |
24 | 25 | ||
25 | dd if=/dev/zero of=mount.image1m count=1 bs=1M 2>/dev/null || { echo "dd error"; exit 1; } | 26 | dd if=/dev/zero of=mount.image1m count=1 bs=1M 2>/dev/null || { echo "dd error"; exit 1; } |
26 | mkfs.minix -v mount.image1m >/dev/null 2>&1 || { echo "mkfs.minix error"; exit 1; } | 27 | mkfs.minix -v mount.image1m >/dev/null 2>&1 || { echo "mkfs.minix error"; exit 1; } |