xfstests: convert tests to use new results directory
[xfstests-dev.git] / tests / xfs / 206
index 29b1fbf021941f5da4515ec3f23520d34915c242..785de8f8d61317bcfc8dc5bbd4dd001c92eae9a3 100755 (executable)
@@ -28,6 +28,9 @@
 #
 
 seq=`basename $0`
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"
 
 here=`pwd`
@@ -58,7 +61,7 @@ if [ "$bitsperlong" -ne 64 ]; then
        _notrun "This test is only valid on 64 bit machines"
 fi
 
-rm -f $seq.full
+rm -f $seqres.full
 
 tmpfile=$TEST_DIR/fsfile.$$
 tmpdir=$TEST_DIR/tmpdir.$$