fstests: _fail test by default when _scratch_mount fails
[xfstests-dev.git] / tests / xfs / 021
index 0471b9539af7c72d6613916a055407b9cb2503ed..f8f4e156590551fc9de24c23328f790e8ef0eea5 100755 (executable)
@@ -87,8 +87,7 @@ _scratch_mkfs_xfs >/dev/null \
        || _fail "mkfs failed"
 
 echo "*** mount FS"
-_scratch_mount >/dev/null \
-       || _fail "mount failed"
+_scratch_mount
 
 testfile=$SCRATCH_MNT/testfile
 echo "*** make test file 1"