aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/interrupt.exp
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2000-05-08 22:18:05 +0000
committerMichael Snyder <msnyder@vmware.com>2000-05-08 22:18:05 +0000
commit89cb06a20087a1eb5589dd67f1aeef85c75b45e4 (patch)
tree72d559c69ea08d812ca3bfc77509342cb974d41a /gdb/testsuite/gdb.base/interrupt.exp
parent430066a89b29463324ad0e3c8f608f9e830665de (diff)
downloadfsf-binutils-gdb-89cb06a20087a1eb5589dd67f1aeef85c75b45e4.zip
fsf-binutils-gdb-89cb06a20087a1eb5589dd67f1aeef85c75b45e4.tar.gz
fsf-binutils-gdb-89cb06a20087a1eb5589dd67f1aeef85c75b45e4.tar.bz2
2000-05-08 Michael Snyder <msnyder@seadog.cygnus.com>
* gdb.base/interrupt.exp: Make "pass" message say "send" rather than "send_gdb" (for consistancy).
Diffstat (limited to 'gdb/testsuite/gdb.base/interrupt.exp')
-rw-r--r--gdb/testsuite/gdb.base/interrupt.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/interrupt.exp b/gdb/testsuite/gdb.base/interrupt.exp
index c2ad284..7923c4a 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)" }