* gdb.ada/exec_changed.exp: Avoid "set confirm off".
authorDaniel Jacobowitz <drow@false.org>
Tue, 27 Mar 2007 18:47:58 +0000 (18:47 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 27 Mar 2007 18:47:58 +0000 (18:47 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/exec_changed.exp

index 3d3af041411402e477a7536921bf92944ff7b7e4..0ef42dfba819558500743e38a00f7eddfff00e25 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.ada/exec_changed.exp: Avoid "set confirm off".
+
 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
index 07f247680d491a60d3d39c27fecc8c66ac050257..d52abbafe480dea460535bd01ee788500ac2a8d8 100644 (file)
@@ -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.
 
This page took 0.033155 seconds and 4 git commands to generate.