summaryrefslogtreecommitdiff
path: root/tests/xfs/106
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xfs/106')
-rwxr-xr-xtests/xfs/1067
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/xfs/106 b/tests/xfs/106
index e8f1d454..58d753b1 100755
--- a/tests/xfs/106
+++ b/tests/xfs/106
@@ -25,6 +25,9 @@
#
seq=`basename $0`
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
echo "QA output created by $seq"
here=`pwd`
@@ -44,7 +47,7 @@ _require_xfs_quota
# real QA test starts here
_scratch_mkfs_xfs | _filter_mkfs 2>$tmp.mkfs
-cat $tmp.mkfs >$seq.full
+cat $tmp.mkfs >$seqres.full
. $tmp.mkfs
# setup a default run
@@ -115,7 +118,7 @@ s/Inode: \#\d+ \(\d+ blocks, \d+ extents\)/Inode: #[INO] (X blocks, Y extents)/;
test_quot()
{
echo "checking quot command (type=$type)" # not deterministic on blks
- xfs_quota -x -c "quot -n -$type" $SCRATCH_MNT >>$seq.full 2>&1
+ xfs_quota -x -c "quot -n -$type" $SCRATCH_MNT >>$seqres.full 2>&1
}
test_report()