fstests: Add path $here before src/<file>
[xfstests-dev.git] / tests / generic / 419
index 0abbac90ea7aa6a1bf76f3703aea099529feabe0..dffeab38f9b6076177e191d692111bd1c1c8fa36 100755 (executable)
@@ -59,7 +59,7 @@ _scratch_cycle_mount
 efile1=$(find $SCRATCH_MNT/edir -maxdepth 1 -type f | head -1)
 efile2=$(find $SCRATCH_MNT/edir -maxdepth 1 -type f | tail -1)
 mv $efile1 $efile2 |& _filter_scratch | sed 's|edir/[a-zA-Z0-9+,_]\+|edir/FILENAME|g'
-src/renameat2 -x $efile1 $efile2
+$here/src/renameat2 -x $efile1 $efile2
 
 # success, all done
 status=0