2006-05-11 Fred Fish <fnf@specifix.com>
* gdb.base/bang.exp: Ignore unexpected output between the
"program exited normally" and the gdb prompt, as many other
tests do.
+2006-05-11 Fred Fish <fnf@specifix.com>
+
+ * gdb.base/bang.exp: Ignore unexpected output between the
+ "program exited normally" and the gdb prompt, as many other
+ tests do.
+
2006-05-07 Mark Kettenis <kettenis@gnu.org>
* gdb.base/help.exp: Make "delete checkpoint" part option for
gdb_run_cmd
gdb_expect {
- -re ".*Program exited normally\.\r\n$gdb_prompt $" {
+ -re ".*Program exited normally.*$gdb_prompt $" {
pass "run program"
}
timeout {