btrfs: add test for zone auto reclaim
[xfstests-dev.git] / tests / xfs / 419
index 33d2d0dad2637891a979934f39e485975e8b0712..fc7174bd0b2f7186dba07cb5e77f00bb77bf8967 100755 (executable)
@@ -26,7 +26,6 @@ _cleanup()
 . ./common/filter
 
 # real QA test starts here
-_supported_os Linux
 _supported_fs xfs
 _require_realtime
 _require_scratch_swapfile
@@ -47,7 +46,7 @@ $XFS_IO_PROG -c "open -f -R $testdir/dummy" $testdir >> $seqres.full
 echo moo >> $testdir/dummy
 $XFS_IO_PROG -c "open -f -R $testdir/file1" $testdir >> $seqres.full
 _pwrite_byte 0x61 0 $((blocks * blksz)) $testdir/file1 >> $seqres.full
-mkswap -U 27376b42-ff65-42ca-919f-6c9b62292a5c $testdir/file1 >> $seqres.full
+$MKSWAP_PROG -U 27376b42-ff65-42ca-919f-6c9b62292a5c $testdir/file1 >> $seqres.full
 
 echo "Try to swapon"
 swapon $testdir/file1 2>&1 | _filter_scratch