summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/catch-load.exp
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-02-20 06:20:28 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-02-20 06:20:28 +0000
commitc755f03d06e8d398f97fa2fbdfe39b13a05cc924 (patch)
treea7ceee200d1288dbc1041071431e8ab6ed2fbaa5 /gdb/testsuite/gdb.base/catch-load.exp
parent6c7130122d2029f0ab372d3dbb3996769b892fdd (diff)
gdb/testsuite/
Fix racy FAILs. * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate "continue" command.
Diffstat (limited to 'gdb/testsuite/gdb.base/catch-load.exp')
-rw-r--r--gdb/testsuite/gdb.base/catch-load.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/catch-load.exp b/gdb/testsuite/gdb.base/catch-load.exp
index af7114a810..2b3112ffff 100644
--- a/gdb/testsuite/gdb.base/catch-load.exp
+++ b/gdb/testsuite/gdb.base/catch-load.exp
@@ -68,7 +68,6 @@ proc one_catch_load_test {scenario kind match sostop} {
gdb_test_no_output "set stop-on-solib-events $sostop"
gdb_test "catch $kind" "Catchpoint $decimal \\(.*\\)"
- send_gdb "continue\n"
gdb_test_multiple "continue" "continue" {
-re "Catchpoint $decimal\r\n.*loaded .*/$testfile2.*\r\n.*$gdb_prompt $" {
if {$match} {