aboutsummaryrefslogtreecommitdiff
path: root/tests/cfg-create.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-22 22:04:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-22 22:04:51 +0300
commit7b5a0b55569331560f9cb6439ee818c3ce5d8428 (patch)
tree716701cfb044388fe6c33d1746a0292189c56147 /tests/cfg-create.testscript
parent5384724d937196e1e3f5c15fe443c0bff07896e6 (diff)
Quote directory paths in buildspecs
Also fix some tests to properly work if the project path contain spaces.
Diffstat (limited to 'tests/cfg-create.testscript')
-rw-r--r--tests/cfg-create.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript
index 2403085..68aea13 100644
--- a/tests/cfg-create.testscript
+++ b/tests/cfg-create.testscript
@@ -32,7 +32,7 @@ EOE
: conf-var
:
{
- $* "config.install.root=$~/opt" 2>>/~%EOE%;
+ $* "config.install.root='$~/opt'" 2>>/~%EOE%;
%created new configuration in .+/cfg/%
EOE