From: Daniel Jacobowitz Date: Fri, 22 Nov 2002 04:32:24 +0000 (+0000) Subject: * gdb.base/maint.exp (help maint dump-me): Update with typo fix. X-Git-Tag: gdb_5_3-2002-12-12-release~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c270efc7f51ad966016cfa98852a69b80cdda88a;p=thirdparty%2Fbinutils-gdb.git * gdb.base/maint.exp (help maint dump-me): Update with typo fix. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 015b4af351d..03b1c0b61ce 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-11-21 Daniel Jacobowitz + + * gdb.base/maint.exp (help maint dump-me): Update with typo fix. + 2002-11-13 Jim Blandy * gdb.base/step-line.exp: Check that GDB can handle filenames that diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp index ac2e9f87526..bd72ec65d19 100644 --- a/gdb/testsuite/gdb.base/maint.exp +++ b/gdb/testsuite/gdb.base/maint.exp @@ -499,7 +499,7 @@ if [ishost *cygwin*] { } send_gdb "help maint dump-me\n" gdb_expect { - -re "Get fatal error; make debugger dump its core\\.\r\nGDB sets it's handling of SIGQUIT back to SIG_DFL and then sends\r\nitself a SIGQUIT signal\\..*$gdb_prompt $"\ + -re "Get fatal error; make debugger dump its core\\.\r\nGDB sets its handling of SIGQUIT back to SIG_DFL and then sends\r\nitself a SIGQUIT signal\\..*$gdb_prompt $"\ { pass "help maint dump-me" } -re ".*$gdb_prompt $" { fail "help maint dump-me" } timeout { fail "(timeout) help maint dump-me" }