summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-03-27 18:47:58 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-03-27 18:47:58 +0000
commit4c8e8be3c150a35be38f914531c5952ad4f451ef (patch)
tree75013907370f05b3e8c64c99209cf097641470fb /gdb/testsuite/gdb.ada
parentfea9a734eacd233d651a06914045c3c832706225 (diff)
downloadgdb-4c8e8be3c150a35be38f914531c5952ad4f451ef.tar.gz
* gdb.ada/exec_changed.exp: Avoid "set confirm off".
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r--gdb/testsuite/gdb.ada/exec_changed.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.ada/exec_changed.exp b/gdb/testsuite/gdb.ada/exec_changed.exp
index 07f247680d4..d52abbafe48 100644
--- a/gdb/testsuite/gdb.ada/exec_changed.exp
+++ b/gdb/testsuite/gdb.ada/exec_changed.exp
@@ -73,11 +73,6 @@ gdb_test "shell mv ${binfile2} ${binfile}" "" ""
gdb_test "shell sleep 1" "" ""
gdb_test "shell touch ${binfile}" "" ""
-# Stop GDB from asking confirmations. This test will restart the program
-# and we don't need GDB to ask us to confirm that we want to kill the
-# current process.
-gdb_test "set confirm off" "" ""
-
# Start the program a second time, GDB should land in procedure Second
# this time.