fstests: add missing remove of the $seqres.full file for some tests
[xfstests-dev.git] / tests / btrfs / 033
index d04209fe15f43afdfede69207d421697a7c64f74..d1f8a4db75a3ae3c25ebe17363492475425b963d 100755 (executable)
@@ -25,9 +25,11 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
 . ./common/rc
 . ./common/filter
 
+# remove previous $seqres.full before test
+rm -f $seqres.full
+
 # real QA test starts here
 _supported_fs btrfs
-_supported_os Linux
 _require_scratch
 
 _scratch_mkfs > /dev/null 2>&1