diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-22 22:04:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-22 22:04:51 +0300 |
commit | 7b5a0b55569331560f9cb6439ee818c3ce5d8428 (patch) | |
tree | 716701cfb044388fe6c33d1746a0292189c56147 /tests/pkg-build.testscript | |
parent | 5384724d937196e1e3f5c15fe443c0bff07896e6 (diff) |
Quote directory paths in buildspecs
Also fix some tests to properly work if the project path contain spaces.
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 824a4bb..4465081 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -3117,6 +3117,8 @@ test.options += --no-progress rep = ($cxx.target.class != 'windows' \ ? "file:$rep" \ : "file:/$regex.replace($rep, '\\', '/')") + + rep = "$regex.replace($rep, ' ', '%20')" end; $* "$rep/t4d" 2>>~%EOE%; |