Blame SOURCES/gdb-testsuite-readline63-sigint-revert.patch

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