Reviewed and approved by Daniel Jacobowitz <drow@false.org>

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.
This commit is contained in:
Fred Fish 2006-05-11 13:09:58 +00:00
parent b1f2595c5d
commit 8ef6493a1d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -38,7 +38,7 @@ gdb_load ${binfile}
gdb_run_cmd
gdb_expect {
-re ".*Program exited normally\.\r\n$gdb_prompt $" {
-re ".*Program exited normally.*$gdb_prompt $" {
pass "run program"
}
timeout {