From: Dave Chinner Date: Mon, 29 Sep 2014 02:56:28 +0000 (+1000) Subject: check: more tests that shouldn't check the scratch device X-Git-Tag: v2022.05.01~3064 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2a726f6f007dc7a18817e3b6cf7a00ec3d4afd58;p=xfstests-dev.git check: more tests that shouldn't check the scratch device xfs/200 leaves a dirty log as readonly filesystems don't write unmount records to mark the log clean. Signed-off-by: Dave Chinner Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- diff --git a/tests/xfs/200 b/tests/xfs/200 index f4db64f6..f0c4337d 100755 --- a/tests/xfs/200 +++ b/tests/xfs/200 @@ -44,7 +44,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fs xfs _supported_os Linux -_require_scratch +_require_scratch_nocheck _scratch_mkfs_xfs >/dev/null 2>&1