fstests: Add path $here before src/<file>
[xfstests-dev.git] / tests / shared / 032
index 3b0263b2ce78585d88dcc404e231ba411ae92a98..493845f709d69ba369cf39961ff2e379bd0d352e 100755 (executable)
@@ -57,7 +57,7 @@ do
        [ $fs = ext4dev ] && preargs="-F"
 
        # overwite the first few Kb - should blow away superblocks
-       src/devzero -n 20 $SCRATCH_DEV >/dev/null
+       $here/src/devzero -n 20 $SCRATCH_DEV >/dev/null
 
        # create a filesystem of this type
        echo "=== Creating $fs filesystem..." >>$seqres.full