fstests: remove _wipe_fs from dump testing entirely
[xfstests-dev.git] / tests / xfs / 266
index 549fff3be3e436d5139ab325cfba58a4f19ca13e..eeca8822fc50e3026ff0f5bdb636277f425b8675 100755 (executable)
@@ -50,12 +50,15 @@ filter_cumulative_quota_updates() {
 
 # real QA test starts here
 _supported_fs xfs
+_require_scratch
 
 $XFSDUMP_PROG -h 2>&1 | grep -q -e -D
 if [ $? -ne 0 ]; then
     _notrun "requires xfsdump -D"
 fi
 
+_scratch_mkfs_xfs >>$seqres.full || _fail "mkfs failed"
+_scratch_mount
 _create_dumpdir_fill
 # ensure file/dir timestamps precede dump timestamp
 sleep 2