aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/commands.exp
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-09-14 09:31:36 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-09-14 09:31:36 +0000
commitb2b4a1b5e6bbc8b0e286475f3d781d2a63ffc09c (patch)
tree555b85e174c62654d1cb3cc2a963b364cc103e83 /gdb/testsuite/gdb.base/commands.exp
parent2becadeece8514d5027d1de743ee843cfd0a109e (diff)
downloadgdb-b2b4a1b5e6bbc8b0e286475f3d781d2a63ffc09c.zip
gdb-b2b4a1b5e6bbc8b0e286475f3d781d2a63ffc09c.tar.gz
gdb-b2b4a1b5e6bbc8b0e286475f3d781d2a63ffc09c.tar.bz2
* gdb.base/command.exp: Don't expect a "Program exited normally"
string after running the commands execution on breakpoint tests.
Diffstat (limited to 'gdb/testsuite/gdb.base/commands.exp')
-rw-r--r--gdb/testsuite/gdb.base/commands.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/commands.exp b/gdb/testsuite/gdb.base/commands.exp
index 3db28b1..d35353d 100644
--- a/gdb/testsuite/gdb.base/commands.exp
+++ b/gdb/testsuite/gdb.base/commands.exp
@@ -490,7 +490,7 @@ proc bp_deleted_in_command_test {} {
gdb_run_cmd
gdb_expect {
- -re ".*factorial command-list executed.*1.*Program exited normally.*$gdb_prompt $" {
+ -re ".*factorial command-list executed.*1.*$gdb_prompt $" {
pass "run factorial until breakpoint"
}
-re ".*$gdb_prompt $" {
@@ -547,7 +547,7 @@ proc temporary_breakpoint_commands {} {
gdb_run_cmd
gdb_expect {
- -re ".*factorial tbreak commands executed.*1.*Program exited normally.*" {
+ -re ".*factorial tbreak commands executed.*1.*$gdb_prompt $" {
pass "run factorial until temporary breakpoint"
}
timeout { fail "(timeout) run factorial until temporary breakpoint" }