From: Daniel Jacobowitz Date: Tue, 27 Mar 2007 18:47:58 +0000 (+0000) Subject: * gdb.ada/exec_changed.exp: Avoid "set confirm off". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f81bd395c9103c6f44e8b18a90961a039aac25c;p=binutils-gdb.git * gdb.ada/exec_changed.exp: Avoid "set confirm off". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3d3af041411..0ef42dfba81 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 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.