From dd681cba8b18eba62d3fce475ddcd5f1825b75bf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 23 Aug 2019 12:15:34 +0300 Subject: Fix some testscripts failing if project path contain spaces --- tests/command/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/command') diff --git a/tests/command/testscript b/tests/command/testscript index 4d45f4f..bffe621 100644 --- a/tests/command/testscript +++ b/tests/command/testscript @@ -151,5 +151,5 @@ end : non-zero-status : - $* "$0 -C -S 10" 2>/~'%.+ exited with code 10%' == 10 + $* "'$0' -C -S 10" 2>/~'%.+ exited with code 10%' == 10 } -- cgit v1.1