diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-23 12:15:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-23 12:15:34 +0300 |
commit | dd681cba8b18eba62d3fce475ddcd5f1825b75bf (patch) | |
tree | 2f7f628de878292a35245e48a137974b5b41753b /tests/process-run | |
parent | f71e71db9a5aca2a9e2bb13558e8424b02a8f16c (diff) |
Fix some testscripts failing if project path contain spaces
Diffstat (limited to 'tests/process-run')
-rw-r--r-- | tests/process-run/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 |