Jan Kratochvil dd7d988
diff --git b/gdb/testsuite/gdb.gdb/selftest.exp a/gdb/testsuite/gdb.gdb/selftest.exp
Jan Kratochvil dd7d988
index 7e6a4e1..969797a 100644
Jan Kratochvil dd7d988
--- b/gdb/testsuite/gdb.gdb/selftest.exp
Jan Kratochvil dd7d988
+++ a/gdb/testsuite/gdb.gdb/selftest.exp
Jan Kratochvil dd7d988
@@ -451,25 +451,9 @@ proc test_with_self { executable } {
Jan Kratochvil dd7d988
     }
Jan Kratochvil dd7d988
     
Jan Kratochvil dd7d988
     set description "send SIGINT signal to child process"
Jan Kratochvil dd7d988
-    gdb_test_multiple "signal SIGINT" "$description" {
Jan Kratochvil dd7d988
-	-re "^signal SIGINT\r\nContinuing with signal SIGINT.\r\nQuit\r\n" {
Jan Kratochvil dd7d988
-	    pass "$description"
Jan Kratochvil dd7d988
-	}
Jan Kratochvil dd7d988
-    }
Jan Kratochvil dd7d988
-
Jan Kratochvil dd7d988
-    set description "send ^C to child process again"
Jan Kratochvil dd7d988
-    send_gdb "\003"
Jan Kratochvil dd7d988
-    gdb_expect {
Jan Kratochvil dd7d988
-	-re "(Thread .*|Program) received signal SIGINT.*$gdb_prompt $" {
Jan Kratochvil dd7d988
-	    pass "$description"
Jan Kratochvil dd7d988
-	}
Jan Kratochvil dd7d988
-	-re ".*$gdb_prompt $" {
Jan Kratochvil dd7d988
-	    fail "$description"
Jan Kratochvil dd7d988
-	}
Jan Kratochvil dd7d988
-	timeout {
Jan Kratochvil dd7d988
-	    fail "$description (timeout)"
Jan Kratochvil dd7d988
-	}
Jan Kratochvil dd7d988
-    }
Jan Kratochvil dd7d988
+    gdb_test "signal SIGINT" \
Jan Kratochvil dd7d988
+	"Continuing with signal SIGINT.*" \
Jan Kratochvil dd7d988
+	"$description"
Jan Kratochvil dd7d988
 
Jan Kratochvil dd7d988
     # Switch back to the GDB thread if Guile support is linked in.
Jan Kratochvil dd7d988
     # "signal SIGINT" could also switch the current thread.