From 9e297a9744a5d723899cc73201720ed662caea3c Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 22 Nov 2002 04:31:21 +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 394e7dca1f..cca06f27e9 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-08 Jeff Johnston * lib/mi-support.exp (mi_gdb_start): Verify the startup message diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp index 51f4c9db20..4d8ae07b0b 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.34.1