From: drow Date: Tue, 27 Mar 2007 18:47:58 +0000 (+0000) Subject: * gdb.ada/exec_changed.exp: Avoid "set confirm off". X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3bbbacb08c40e2da892cee6961d0b6de698a31b9;p=pf3gnuchains%2Fpf3gnuchains3x.git * gdb.ada/exec_changed.exp: Avoid "set confirm off". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3d3af04141..0ef42dfba8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-03-27 Daniel Jacobowitz + + * gdb.ada/exec_changed.exp: Avoid "set confirm off". + 2007-03-27 Brooks Moses * Makefile.in: Add dummy "pdf" and "install-pdf" targets. diff --git a/gdb/testsuite/gdb.ada/exec_changed.exp b/gdb/testsuite/gdb.ada/exec_changed.exp index 07f247680d..d52abbafe4 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.