xfstests: RESULTS_DIR needs to be an absolute path
[xfstests-dev.git] / tests / generic / 232
index ca363769e09ed518a3c098b2402aefe288ad90dc..b309024c6dc3aacd938668aa6e1ff77ce142580b 100755 (executable)
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 _filter_num()
 {
-       tee -a $here/$seqres.full |\
+       tee -a $seqres.full |\
        sed -e 's/[0-9][0-9]* inodes/I inodes/g' \
            -e 's/[0-9][0-9]* paths/P paths/g' \
            -e 's/seed = [0-9][0-9]*/seed = S/'
@@ -57,11 +57,11 @@ _fsstress()
        count=2000
        args=`_scale_fsstress_args -d $out -n $count -p 7`
 
-       echo "fsstress $args" >> tee -a $here/$seqres.full
-       if ! $FSSTRESS_PROG $args | tee -a $here/$seqres.full | _filter_num
+       echo "fsstress $args" >> tee -a $seqres.full
+       if ! $FSSTRESS_PROG $args | tee -a $seqres.full | _filter_num
        then
                echo "    fsstress $args returned $?"
-               cat $tmp.out | tee -a $here/$seqres.full
+               cat $tmp.out | tee -a $seqres.full
                status=1
        fi
 }