Remove Vax Ultrix and VAX BSD support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / manythreads.exp
index c35d6ab2f31d30b601fdffb3ae4e3952fff2f393..3fe78826b47aa3d3ca715e07169e7da769b3669b 100644 (file)
@@ -35,11 +35,7 @@ runto_main
 
 # We'll need this when we send_gdb 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'" ".*"
-}
+gdb_test "shell stty intr '^C'" ".*"
 
 set message "first continue"
 gdb_test_multiple "continue" "first continue" {
This page took 0.024684 seconds and 4 git commands to generate.