xfstests: automatically add -F to xfs_io on non-xfs
[xfstests-dev.git] / tests / generic / 247
index 295259f923d55004219995d4de2ccf796603dc8d..5f16281c3c4524422d25c17230ee54a2719717f8 100755 (executable)
@@ -66,7 +66,7 @@ start=`expr $loops - 1`
 for i in `seq $start -1 0`
 do
        offset=`expr $i \* $iosize`
-       $XFS_IO_PROG -F -f -c "mmap -w $offset $iosize" -c "mwrite $offset $iosize" $testfile
+       $XFS_IO_PROG -f -c "mmap -w $offset $iosize" -c "mwrite $offset $iosize" $testfile
        [ $? -ne 0 ] && exit
 done