From bab5f9b799e5b64c59ad9c78070a4254fe9ceeab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 19 Apr 2017 02:28:27 +0300 Subject: Fix parameter pack expansion in process_start() for Clang --- tests/process-run/testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.1