xfstests: RESULTS_DIR needs to be an absolute path
[xfstests-dev.git] / tests / xfs / 115
index 8d25f74fde4fb303ef0a908e736e65b80bb4fc54..b2c8c0edbb755d52d6cc769dae14c642a1bd3a6c 100755 (executable)
@@ -104,16 +104,16 @@ _supported_os IRIX
 _require_scratch
 _require_attrs
 
-rm -f $here/$seqres.full
+rm -f $seqres.full
 
 echo "mkfs"
-_scratch_mkfs_xfs >>$here/$seqres.full 2>&1 \
+_scratch_mkfs_xfs >>$seqres.full 2>&1 \
     || _fail "mkfs scratch failed"
-_scratch_mkfs_xfs -i paths=1 >>$here/$seqres.full 2>&1 \
+_scratch_mkfs_xfs -i paths=1 >>$seqres.full 2>&1 \
     || _notrun "i_paths not supported"
 
 echo "mount"
-_scratch_mount >>$here/$seqres.full 2>&1 \
+_scratch_mount >>$seqres.full 2>&1 \
     || _fail "mount failed: $MOUNT_OPTIONS"
 
 # real QA test starts here