fstests: fix call sites that used xfs_io directly

Convert those few remaining call sites to use the XFS_IO_PROG env var.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Amir Goldstein
2016-10-17 10:23:32 +03:00
committed by Eryu Guan
parent 16ef0843f2
commit 3fcfdba403
17 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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