xfstests: RESULTS_DIR needs to be an absolute path
[xfstests-dev.git] / tests / generic / 269
index 47f5b2a763fa469edc589371b60e4106daa5edc8..b221dadd7a9658d61a856b1f70358cc281f7bd62 100755 (executable)
@@ -47,7 +47,7 @@ _workout()
        enospc_time=2
        out=$SCRATCH_MNT/fsstress.$$
        args=`_scale_fsstress_args -p128 -n999999999 -f setattr=1 $FSSTRESS_AVOID -d $out`
-       echo "fsstress $args" >> $here/$seqres.full
+       echo "fsstress $args" >> $seqres.full
        $FSSTRESS_PROG $args > /dev/null 2>&1 &
        pid=$!
        echo "Run dd writers in parallel"
@@ -55,7 +55,7 @@ _workout()
        do
                # File will be opened with O_TRUNC each time
                dd if=/dev/zero of=$SCRATCH_MNT/SPACE_CONSUMER bs=1M \
-                       >> $here/$seqres.full 2>&1
+                       >> $seqres.full 2>&1
                sleep $enospc_time
        done
        kill $pid