aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/gdb-sigterm.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/gdb-sigterm.exp')
-rw-r--r--gdb/testsuite/gdb.base/gdb-sigterm.exp12
1 files changed, 1 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.base/gdb-sigterm.exp b/gdb/testsuite/gdb.base/gdb-sigterm.exp
index f52517c..df0de42 100644
--- a/gdb/testsuite/gdb.base/gdb-sigterm.exp
+++ b/gdb/testsuite/gdb.base/gdb-sigterm.exp
@@ -79,17 +79,7 @@ proc do_test { pass } {
# 50 runs should be approx. a safe number to be sure it is fixed now.
for {set pass 0} {$pass < 50} {incr pass} {
-
clean_restart ${testfile}
- gdb_test_no_output "set target-async off" ""
- with_test_prefix "sync" {
- do_test $pass
- }
-
- clean_restart ${testfile}
- gdb_test_no_output "set target-async on" ""
- with_test_prefix "async" {
- do_test $pass
- }
+ do_test $pass
}
pass "$pass SIGTERM passes"