xfstests: convert tests to use new results directory
[xfstests-dev.git] / tests / xfs / 096
index d06bd59b190f0b740902eacece0a46946b7fb022..9bb6b9108c69dfa108dbe44a222b16f702e68051 100755 (executable)
@@ -24,6 +24,9 @@
 #
 
 seq=`basename $0`
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"
 
 here=`pwd`
@@ -63,7 +66,7 @@ _cleanup()
 #
 _mkfs_filter()
 {
-   tee -a $seq.full | \
+   tee -a $seqres.full | \
    sed \
        -e 's/extsz=[0-9][0-9]*[ ]*/extsz=N, /' \
        -e 's/blocks=[0-9][0-9]*/blocks=N/' \
@@ -89,7 +92,7 @@ _mkfs_filter()
 }
 
 # real QA test starts here
-rm -f $seq.full
+rm -f $seqres.full
 
 # Modify as appropriate.
 _supported_fs xfs