patch more_set_prog_path
[xfstests-dev.git] / 103
diff --git a/103 b/103
index 1e6fed255d25aee01c2c0b77213a92847e1a4c9c..b745d8b99404f103fd35248a1a0f3939f7eb0fd2 100755 (executable)
--- a/103
+++ b/103
@@ -64,7 +64,7 @@ _filter_noymlinks_flag()
 # real QA test starts here
 _supported_os Linux IRIX
 _supported_fs xfs
-_require_command /usr/sbin/xfs_io
+_require_command $XFS_IO_PROG
 _require_scratch
 
 _create_scratch
@@ -80,7 +80,6 @@ touch $SCRATCH_MNT/nosymlink/source
 ln -s $SCRATCH_MNT/nosymlink/source $SCRATCH_MNT/nosymlink/target 2>&1 \
        | _filter_scratch | _filter_ln
 ln $SCRATCH_MNT/nosymlink/source $SCRATCH_MNT/nosymlink/hardlinksareok
-
 echo "*** 1st listing..."
 find $SCRATCH_MNT | _filter_scratch