generic/554: hide permision warning on exfat
[xfstests-dev.git] / tests / generic / 554
index 9a23c0eb729f9da55148aa0715b9c113f50a1d43..da9bfce5bd289a4394637ee0ab61dcf31506cf55 100755 (executable)
@@ -29,7 +29,6 @@ _cleanup()
 . ./common/filter
 
 # real QA test starts here
-_supported_os Linux
 _supported_fs generic
 
 rm -f $seqres.full
@@ -47,7 +46,8 @@ $XFS_IO_PROG -f -c "pwrite -S 0x61 0 128k" $SCRATCH_MNT/file >> $seqres.full 2>&
 
 echo swap files return ETXTBUSY
 _format_swapfile $SCRATCH_MNT/swapfile 16m
-swapon $SCRATCH_MNT/swapfile
+_swapon_file $SCRATCH_MNT/swapfile
+
 $XFS_IO_PROG -f -c "copy_range -l 32k $SCRATCH_MNT/file" $SCRATCH_MNT/swapfile
 swapoff $SCRATCH_MNT/swapfile