fstests: Add path $here before src/<file>
[xfstests-dev.git] / tests / generic / 438
index d183210ebea126d5326ca509bc2d7f6a8e4130b6..6ef6f63c94a217e4e438f30f3a7a09cf1bd07ff8 100755 (executable)
@@ -57,7 +57,7 @@ echo >$FILE
 SYNCPID=$!
 
 # Run the test
-src/t_mmap_fallocate $FILE 256 && echo "Silence is golden"
+$here/src/t_mmap_fallocate $FILE 256 && echo "Silence is golden"
 
 kill -TERM $SYNCPID
 wait $SYNCPID