aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mount.tests
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2010-04-02 09:57:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-02 09:57:27 +0200
commit208d35d21fbae0f1c1aa3bed4ca97717565b76e2 (patch)
treea3b1c7670c3704dc20bc569457bcc5f54a3ca422 /testsuite/mount.tests
parent37201213ca45f2163abed70a213bb24956b243a8 (diff)
downloadbusybox-w32-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.tar.gz
busybox-w32-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.tar.bz2
busybox-w32-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.zip
testsuite fixes
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mount.tests')
-rwxr-xr-xtestsuite/mount.tests7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/mount.tests b/testsuite/mount.tests
index 8bd60ea0c..043586f05 100755
--- a/testsuite/mount.tests
+++ b/testsuite/mount.tests
@@ -9,6 +9,13 @@ test "`id -u`" = 0 || {
9 exit 0 9 exit 0
10} 10}
11 11
12optional MKFS_MINIX
13if [ -n "$SKIP" ]
14then
15 echo "SKIPPED: mount"
16 exit 0
17fi
18
12testdir=$PWD/testdir 19testdir=$PWD/testdir
13 20
14dd if=/dev/zero of=mount.image1m count=1 bs=1M 2>/dev/null || { echo "dd error"; exit 1; } 21dd if=/dev/zero of=mount.image1m count=1 bs=1M 2>/dev/null || { echo "dd error"; exit 1; }