From 7b5a0b55569331560f9cb6439ee818c3ce5d8428 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Aug 2019 22:04:34 +0300 Subject: Quote directory paths in buildspecs Also fix some tests to properly work if the project path contain spaces. --- tests/cfg-create.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cfg-create.testscript') 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 -- cgit v1.1