aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/sigthread.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.threads/sigthread.exp')
-rw-r--r--gdb/testsuite/gdb.threads/sigthread.exp6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.threads/sigthread.exp b/gdb/testsuite/gdb.threads/sigthread.exp
index aba1953..5acc01c 100644
--- a/gdb/testsuite/gdb.threads/sigthread.exp
+++ b/gdb/testsuite/gdb.threads/sigthread.exp
@@ -36,14 +36,10 @@ if ![runto_main] then {
gdb_test "handle SIGUSR1 nostop noprint pass"
gdb_test "handle SIGUSR2 nostop noprint pass"
-send_gdb "continue\n"
-gdb_expect {
+gdb_test_multiple "continue" "continue" {
-re "Continuing" {
pass "continue"
}
- timeout {
- fail "continue (timeout)"
- }
}
# For this to work we must be sure to consume the "Continuing."