diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-09-13 17:20:11 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-09-13 17:20:11 +0000 |
commit | 1c56143ab1a3e6fa59e52d6af3d938f78aa5c231 (patch) | |
tree | 52f8ebd040f73c032b3e8701bf6b873036db4684 /gdb/testsuite/lib | |
parent | 7fe9cf6bf650c675da056a2e6cef9631440535be (diff) | |
download | gdb-1c56143ab1a3e6fa59e52d6af3d938f78aa5c231.zip gdb-1c56143ab1a3e6fa59e52d6af3d938f78aa5c231.tar.gz gdb-1c56143ab1a3e6fa59e52d6af3d938f78aa5c231.tar.bz2 |
* lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index f4ddc63..7e4a5b1 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" } } |