diff options
-rw-r--r-- | tests/recipe/cxx/testscript | 4 |
1 files 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 |