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

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