From: Michael Snyder Date: Mon, 8 May 2000 22:18:05 +0000 (+0000) Subject: 2000-05-08 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89cb06a20087a1eb5589dd67f1aeef85c75b45e4;p=binutils-gdb.git 2000-05-08 Michael Snyder * gdb.base/interrupt.exp: Make "pass" message say "send" rather than "send_gdb" (for consistancy). --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f49fa6b76b8..0ac6256b048 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-05-08 Michael Snyder + + * gdb.base/interrupt.exp: Make "pass" message say "send" + rather than "send_gdb" (for consistancy). + Mon May 1 15:37:58 2000 Andrew Cagney From 2000-04-28 Andreas Jaeger : diff --git a/gdb/testsuite/gdb.base/interrupt.exp b/gdb/testsuite/gdb.base/interrupt.exp index c2ad284f8e3..7923c4a4004 100644 --- a/gdb/testsuite/gdb.base/interrupt.exp +++ b/gdb/testsuite/gdb.base/interrupt.exp @@ -173,7 +173,7 @@ if ![file exists $binfile] then { send_gdb "\004" gdb_expect { -re "end of file.*Program exited normally.*$gdb_prompt $" { - pass "send_gdb end of file" + pass "send end of file" } -re "$gdb_prompt $" { fail "send end of file" } timeout { fail "send end of file (timeout)" }