summaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-09-13 17:20:11 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-09-13 17:20:11 +0000
commit7a817b1a16eecf6ffbf7ae8ac9463183c4e90e03 (patch)
tree97a3cc832099a59915a35194f1a3a9e8121f644f /gdb/testsuite
parent0d8eecf8f334c58af4bbaa09a0acecd319e72df4 (diff)
downloadgdb-7a817b1a16eecf6ffbf7ae8ac9463183c4e90e03.tar.gz
* lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/lib/gdb.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 43c995c4bbb..8911527dc31 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-13 Corinna Vinschen <vinschen@redhat.com>
+
+ * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
+
2002-09-12 Joel Brobecker <brobecker@gnat.com>
* 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 f4ddc63214d..7e4a5b14388 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"
}
}