From f505a7865a6f338d7dbe8f084d1e8c8d5665a39e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Jun 2020 12:05:07 +0200 Subject: Fix invalid regex in C++ recipe tests --- tests/recipe/cxx/testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/recipe/cxx/testscript b/tests/recipe/cxx/testscript index f4eb8d1..3eb8015 100644 --- a/tests/recipe/cxx/testscript +++ b/tests/recipe/cxx/testscript @@ -85,7 +85,7 @@ EOI $* 2>>~%EOE%; - %^(c++|ld).*%+ + %^(c\+\+|ld).*%+ cp file{foo} EOE @@ -151,7 +151,7 @@ EOI $* test 2>>~%EOE%; - %^(c++|ld).*%+ + %^(c\+\+|ld).*%+ cp file{foo} test file{foo} bar -- cgit v1.1