diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/execl.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/execl.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/execl.exp b/gdb/testsuite/gdb.threads/execl.exp index 9cafeda..99d2b5d 100644 --- a/gdb/testsuite/gdb.threads/execl.exp +++ b/gdb/testsuite/gdb.threads/execl.exp @@ -57,11 +57,11 @@ gdb_test "info threads" ".*" "info threads after exec" set test "info threads after exec" gdb_test_multiple "info threads" "$test" { - -re "2 Thread .*$gdb_prompt $" { + -re "2 *Thread .*$gdb_prompt $" { # Old threads left behind. fail "$test" } - -re "4 Thread .*$gdb_prompt $" { + -re "4 *Thread .*$gdb_prompt $" { # New threads registered. fail "$test" } |