xfstests: set correct seqres variable in new when creating test template

When setting seqres in the new script, '$' should be escaped,
otherwise seqres will be set to '/' not '$RESULT_DIR/$seq'

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Eryu Guan
2013-04-01 10:58:15 +00:00
committed by Rich Johnston
parent 8575764a79
commit d1ec02af9e
+1 -1
View File
@@ -106,7 +106,7 @@ cat <<End-of-File >$id
#
# creator
seq=\`basename \$0\`
seqres=$RESULT_DIR/$seq
seqres=\$RESULT_DIR/\$seq
echo "QA output created by \$seq"
here=\`pwd\`