aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-23 12:16:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-23 12:16:41 +0300
commit8989a43013426bed8cb5b1f41de3ae19dc62d22e (patch)
treee41710a9e18f81a029dca078227468dcf9fb15eb /tests
parent5c9c152159445c43d3a94a166bfaa0acd86680aa (diff)
Fix some testscripts failing if project path contain spaces
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript
index 0afef07..9e58fbe 100644
--- a/tests/integration/testscript
+++ b/tests/integration/testscript
@@ -68,10 +68,10 @@ rfp = yes
# properly imported when configuring and running tests, and that the installed
# executables are runnable.
#
-config = "config.install.root='$~/install' \
+config = "\"config.install.root='$~/install'\" \
bpkg:--fetch-timeout=60 \
-b.test-installed.configure:config.cc.loptions=-L'$~/install/lib' \
-b.test-installed.configure:config.bin.rpath='$~/install/lib' \
+b.test-installed.configure:\"config.cc.loptions=-L'$~/install/lib'\" \
+b.test-installed.configure:\"config.bin.rpath='$~/install/lib'\" \
b.test-installed:--progress"
+cat <<"EOI" >=task