aboutsummaryrefslogtreecommitdiff
path: root/tests/publish.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-16 07:55:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-16 07:55:02 +0200
commitb82298fbb340446303c9510b56d41cead9d0755b (patch)
treed45f65b4b6d87d2e1207f0127f0331eb4278149f /tests/publish.testscript
parent519ae8a0cd36c9726c12df8df864f9b6853d9857 (diff)
Escape quoting in config.{c,cxx} paths when passing to tests
This is needed due to the command line re-parsing (see "Lexical Structure" in the Testscript manual for details).
Diffstat (limited to 'tests/publish.testscript')
-rw-r--r--tests/publish.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/publish.testscript b/tests/publish.testscript
index d10c3fe..b34e8e2 100644
--- a/tests/publish.testscript
+++ b/tests/publish.testscript
@@ -30,7 +30,7 @@ end
test.arguments += --repository "$repository" --yes \
--author-name user --author-email user@example.com
-cxx = cc config.cxx="'$recall($cxx.path)'"
+cxx = cc config.cxx="\\'$recall($cxx.path)\\'"
new += 2>!
init += $cxx -d prj 2>! &prj/**/bootstrap/***