fstests: fix call sites that used xfs_io directly
[xfstests-dev.git] / tests / xfs / 250
index 0cdc3822fa328c871adecbdd872ababa0f44fab0..f807c5a5abade0b3e43c64b86e2f23475999de3d 100755 (executable)
@@ -81,7 +81,7 @@ _test_loop()
        mount -t xfs -o loop $LOOP_DEV $LOOP_MNT
 
        echo "*** preallocate large file"
-       xfs_io -f -c "resvsp 0 $fsize" $LOOP_MNT/foo | _filter_io
+       $XFS_IO_PROG -f -c "resvsp 0 $fsize" $LOOP_MNT/foo | _filter_io
 
        echo "*** unmount loop filesystem"
        umount $LOOP_MNT > /dev/null 2>&1