xfstests: convert tests to use new results directory
[xfstests-dev.git] / tests / xfs / 170
index b725d3af20a3e4394e5015dfe084e2b9d6f46f04..d1423a93c5aca3998619a62c6c2cb3df4cbecd96 100755 (executable)
 #
 
 seq=`basename $0`
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"
 
 here=`pwd`
 tmp=/tmp/$$
-rm -f $seq.full
+rm -f $seqres.full
 status=1    # failure is the default!
 trap "_cleanup; exit \$status" 0 1 2 3 15