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/process-run/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/process-run') diff --git a/tests/process-run/testscript b/tests/process-run/testscript index c5b6532..6a24570 100644 --- a/tests/process-run/testscript +++ b/tests/process-run/testscript @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file $* -p >>/~%EOO% 2>>EOE -%.+/driver(\.exe)? -c% +%.+/driver(\.exe)?"? -c% abc abc abc -- cgit v1.1