fstests: Add path $here before src/<file>
[xfstests-dev.git] / tests / xfs / 066
index 90e1251c945a844f8c4304ed1ef3f952dbc67b56..c86fc2378c79be507cc85ea638a89e63bd06165c 100755 (executable)
@@ -38,7 +38,7 @@ _my_stat_filter()
 }
 
 rm -f $TEST_DIR/testfile
-if src/feature -t $TEST_DIR/testfile; then
+if $here/src/feature -t $TEST_DIR/testfile; then
        :
 else
        _notrun "Installed libc doesn't correctly handle setrlimit/ftruncate64"