* gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / a1-selftest.exp
index 5b1814687a66f9f449775325c09aad6c090a7100..14a4a06b5bd3f448a951a8fa8c9257c447215fbf 100644 (file)
@@ -384,7 +384,11 @@ proc test_with_self {} {
            }
        }
     }
-    
+
+    # We'll need this when we send a ^C to GDB    
+    gdb_test "shell stty intr ^C" "" \
+       "set interrupt character in test_with_self"
+
     # start the "xgdb" process
     send "continue\n"
     expect {
This page took 0.024657 seconds and 4 git commands to generate.