aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest.main/pr48155.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runtest.main/pr48155.exp')
-rw-r--r--testsuite/runtest.main/pr48155.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/runtest.main/pr48155.exp b/testsuite/runtest.main/pr48155.exp
index c477597..8b152cf 100644
--- a/testsuite/runtest.main/pr48155.exp
+++ b/testsuite/runtest.main/pr48155.exp
@@ -78,7 +78,7 @@ proc test_pr48155_error { name envlist output } {
test_pr48155_error "bogus CONFIG_SHELL as false" \
[list CONFIG_SHELL [which false]] \
- "exited on code 1.*produced bogus build triplet:"
+ "exited on code .*produced bogus build triplet:"
test_pr48155_error "bogus CONFIG_SHELL as true" \
[list CONFIG_SHELL [which true]] \
"produced bogus build triplet:"
@@ -91,7 +91,7 @@ test_pr48155_error "bogus CONFIG_SHELL as simulated C shell" \
test_pr48155_error "bogus SHELL as false" \
[list SHELL [which false]] \
- "exited on code 1.*produced bogus build triplet:"
+ "exited on code .*produced bogus build triplet:"
test_pr48155_error "bogus SHELL as true" \
[list SHELL [which true]] \
"produced bogus build triplet:"