diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-19 02:28:27 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-19 04:18:44 +0200 |
commit | bab5f9b799e5b64c59ad9c78070a4254fe9ceeab (patch) | |
tree | df86f23a46cd9eff9374043128bdf7f88463b9af /tests | |
parent | 23a129810c6c2fc6abc37945079733eb98121282 (diff) |
Fix parameter pack expansion in process_start() for Clang
Diffstat (limited to 'tests')
-rw-r--r-- | tests/process-run/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/process-run/testscript b/tests/process-run/testscript index 49abac4..318d548 100644 --- a/tests/process-run/testscript +++ b/tests/process-run/testscript @@ -2,8 +2,8 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -$* -p >>"EOO" 2>>EOE -$0 -c +$* -p >>/~%EOO% 2>>EOE +%.+/driver(\.exe)? -c% abc abc abc |