diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index da6959f472..fd6e696679 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Jeff Johnston + + * gdb.base/unload.exp: Fix so messages aren't duplicated. + 2004-09-01 Manoj Iyer * gdb.gdb/complaints.exp (setup_test): use new gdb.exp functionality diff --git a/gdb/testsuite/gdb.base/unload.exp b/gdb/testsuite/gdb.base/unload.exp index e615b08147..0b52175e4e 100644 --- a/gdb/testsuite/gdb.base/unload.exp +++ b/gdb/testsuite/gdb.base/unload.exp @@ -139,5 +139,5 @@ gdb_test "run" \ gdb_test "continue" \ "Continuing.*y is 7.*warning: Temporarily disabling breakpoints for.*unloadshr.sl.*Program exited normally." \ -"continuing to end of program" +"continuing to end of program second time"