aboutsummaryrefslogtreecommitdiff
path: root/tests/publish.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-16 07:14:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-16 07:20:06 +0200
commiteeed5341570e88ff494634198c77b54f3595a684 (patch)
tree628e342d4867eecb079822907b24447051d6e68b /tests/publish.testscript
parent5529cbd7dbe364410ecdd132ac5f24cda0846121 (diff)
Quote config.{c,cxx} paths when passing to tests
Without this Windows directory separators are treated as escapes.
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 c28a6a3..d10c3fe 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/***