From c270efc7f51ad966016cfa98852a69b80cdda88a Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 22 Nov 2002 04:32:24 +0000 Subject: [PATCH] * gdb.base/maint.exp (help maint dump-me): Update with typo fix. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/maint.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" } -- 2.47.2