aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2016-01-22 21:49:38 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2016-01-22 21:49:38 +0100
commit092127d743462e370fd1156cb746f814a7b46593 (patch)
tree456f3c08cb3f5718e043851ceba8f15d7bee195e /gdb/testsuite/gdb.gdb
parent31d765d3801c63a66312023181edb3af25c03598 (diff)
downloadgdb-092127d743462e370fd1156cb746f814a7b46593.zip
gdb-092127d743462e370fd1156cb746f814a7b46593.tar.gz
gdb-092127d743462e370fd1156cb746f814a7b46593.tar.bz2
testsuite: gdb.gdb/selftest.exp: Drop expected Thread number
Pedro Alves: Looks like you forgot to amend before pushing though -- the version checked in still had "Thread 1". gdb/testsuite/ChangeLog 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> Pedro Alves <palves@redhat.com> Fix testsuite compatibility with Guile. * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread number.
Diffstat (limited to 'gdb/testsuite/gdb.gdb')
-rw-r--r--gdb/testsuite/gdb.gdb/selftest.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
index 3d98a0c..969797a 100644
--- a/gdb/testsuite/gdb.gdb/selftest.exp
+++ b/gdb/testsuite/gdb.gdb/selftest.exp
@@ -438,7 +438,7 @@ proc test_with_self { executable } {
send_gdb "\003"
# "Thread 1" is displayed iff Guile support is linked in.
gdb_expect {
- -re "(Thread 1 .*|Program) received signal SIGINT.*$gdb_prompt $" {
+ -re "(Thread .*|Program) received signal SIGINT.*$gdb_prompt $" {
pass "$description"
}
-re ".*$gdb_prompt $" {