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/remote-git.testscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/remote-git.testscript') diff --git a/tests/remote-git.testscript b/tests/remote-git.testscript index 81e7c54..6c539b6 100644 --- a/tests/remote-git.testscript +++ b/tests/remote-git.testscript @@ -46,6 +46,8 @@ remote = $config.bpkg.test.remote ? "file://$out_git" \ : "file:/$regex.replace($out_git, '\\', '/')") + rep_git_local = "$regex.replace($rep_git_local, ' ', '%20')" + rep_git = $rep_git_local # Default local repository URL. mkdir -p $out_git -- cgit v1.1