mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Eryu Guan
parent
16ef0843f2
commit
3fcfdba403
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user