Reviewed and approved by Daniel Jacobowitz <drow@false.org>
authorFred Fish <fnf@specifix.com>
Thu, 11 May 2006 13:09:58 +0000 (13:09 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 11 May 2006 13:09:58 +0000 (13:09 +0000)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bang.exp

index 4732dc2afbd8fe423dcfa87b510e314579ccb4d6..6b74c4dce6a35d5e2163fb826ec80592e54b84a0 100644 (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
index d0cb7b504a2b0df19ad6ed7068a4c70733ae76cb..c96727551670cbe6f9a5a1bd2067dc00d25f2948 100644 (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 {