Remove Vax Ultrix and VAX BSD support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.gdb / selftest.exp
index cd066f40567f8e57127e7a859e73391aabeed75a..0b11e122cbc6ecc4fdf714070455897be3aca7fa 100644 (file)
@@ -300,12 +300,8 @@ proc test_with_self { executable } {
 
     # We'll need this when we send a ^C to GDB.  Need to do it before we
     # run the program and gdb starts saving and restoring tty states.
-    # On Ultrix, we don't need it and it is really slow (because shell_escape
-    # doesn't use vfork).
-    if ![istarget "*-*-ultrix*"] then {
-       gdb_test "shell stty intr '^C'" ".*" \
-           "set interrupt character in test_with_self"
-    }
+    gdb_test "shell stty intr '^C'" ".*" \
+       "set interrupt character in test_with_self"
 
     # FIXME: If we put this after the run to main, the first list
     # command doesn't print the same line as the current line where
This page took 0.025132 seconds and 4 git commands to generate.