summaryrefslogtreecommitdiff
path: root/tests/xfs/023
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-03-15 12:28:03 +0000
committerRich Johnston <rjohnston@sgi.com>2013-03-26 21:41:17 -0500
commit401680a11c4fb08d749d1d75598c7705273e5860 (patch)
tree5ec6830706593daa6d2ec61e3b44160bef79656e /tests/xfs/023
parent1d5d46db80370172750ab0c45ead3991c53678ef (diff)
xfstests: fix _link_out_file callers
Currently the callers pass $seq, rather than the full path to the test. As a result, it creates the link in the top level directory and it points nowhere. Fix it to create the link in the correct place. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Phil White <pwhite@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Diffstat (limited to 'tests/xfs/023')
-rwxr-xr-xtests/xfs/0233
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/xfs/023 b/tests/xfs/023
index 9cea5a79..6410b988 100755
--- a/tests/xfs/023
+++ b/tests/xfs/023
@@ -23,6 +23,7 @@
#-----------------------------------------------------------------------
#
+seqfull=$0
seq=`basename $0`
seqres=$RESULT_DIR/$seq
seqres=$RESULT_DIR/$seq
@@ -39,7 +40,7 @@ trap "rm -rf $tmp.*; exit \$status" 0 1 2 3 15
. ./common.dump
# link correct .out file
-_link_out_file $seq.out
+_link_out_file $seq.out $seqfull.out
# real QA test starts here
_supported_fs xfs