From 712c2450c37fbb0e46f4f87141622488d921e14d Mon Sep 17 00:00:00 2001 From: corinna Date: Fri, 13 Sep 2002 17:20:10 +0000 Subject: [PATCH] * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/lib/gdb.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 43c995c4bb..8911527dc3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-09-13 Corinna Vinschen + + * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string. + 2002-09-12 Joel Brobecker * gdb.base/call-strs.exp: Fix a small typo in one of the comments. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index f4ddc63214..7e4a5b1438 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1665,7 +1665,7 @@ proc gdb_continue_to_end {mssg} { # Don't bother to check the output of the program, that may be # extremely tough for some remote systems. gdb_test "continue"\ - "Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|)Program exited normally\\..*"\ + "Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|Program exited normally\\.).*"\ "continue until exit at $mssg" } } -- 2.11.0