diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/manythreads.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/manythreads.exp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.threads/manythreads.exp b/gdb/testsuite/gdb.threads/manythreads.exp index c35d6ab..3fe7882 100644 --- a/gdb/testsuite/gdb.threads/manythreads.exp +++ b/gdb/testsuite/gdb.threads/manythreads.exp @@ -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" { |