From 208d35d21fbae0f1c1aa3bed4ca97717565b76e2 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 2 Apr 2010 09:57:27 +0200 Subject: testsuite fixes Signed-off-by: Chris Metcalf Signed-off-by: Denys Vlasenko --- testsuite/mount.tests | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testsuite/mount.tests') 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 || { exit 0 } +optional MKFS_MINIX +if [ -n "$SKIP" ] +then + echo "SKIPPED: mount" + exit 0 +fi + testdir=$PWD/testdir dd if=/dev/zero of=mount.image1m count=1 bs=1M 2>/dev/null || { echo "dd error"; exit 1; } -- cgit v1.2.3