diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/foll-fork-other-thread.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/foll-fork-other-thread.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/foll-fork-other-thread.exp b/gdb/testsuite/gdb.threads/foll-fork-other-thread.exp index 0186a38..73bea59 100644 --- a/gdb/testsuite/gdb.threads/foll-fork-other-thread.exp +++ b/gdb/testsuite/gdb.threads/foll-fork-other-thread.exp @@ -60,7 +60,7 @@ proc do_test { fork_func follow target-non-stop non-stop displaced-stepping } { # Verify that the catchpoint is mentioned in an "info breakpoints", # and further that the catchpoint mentions no process id. gdb_test "info breakpoints" \ - ".*catchpoint.*keep y.*fork\[\r\n\]+" \ + ".*catchpoint.*keep y.*fork" \ "info breakpoints before fork" gdb_test "continue" \ |