xfstests: convert tests to use new results directory
[xfstests-dev.git] / tests / xfs / 295
index 325281aec3e2ffab72385d5daebc30e0eda781b9..af8cf386bf66293f5dba4777a78c6b05576e5777 100644 (file)
@@ -22,6 +22,9 @@
 #
 
 seq=`basename $0`
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"
 
 here=`pwd`
@@ -46,7 +49,7 @@ _supported_fs xfs
 _supported_os IRIX Linux
 _require_scratch
 
-rm -f $seq.full
+rm -f $seqres.full
 
 _scratch_mkfs -l size=2560b >/dev/null 2>&1
 
@@ -56,7 +59,7 @@ _scratch_mkfs -l size=2560b >/dev/null 2>&1
 _scratch_mount
 echo hello > $SCRATCH_MNT/hello; setfattr -n user.name -v value $SCRATCH_MNT/hello
 _scratch_unmount
-_scratch_xfs_logprint 2>&1 >> $seq.full
+_scratch_xfs_logprint 2>&1 >> $seqres.full
 
 # Now go for a continued transaction
 # The trick here is to get a transaction which is exactly the size of a
@@ -72,7 +75,7 @@ for I in `seq 0 8192`; do
         touch $SCRATCH_MNT/tmp$I
 done
 _scratch_unmount
-_scratch_xfs_logprint 2>&1 >> $seq.full
+_scratch_xfs_logprint 2>&1 >> $seqres.full
 
 # success, all done
 status=0