* gdb.ada/exec_changed.exp: Avoid "set confirm off".

This commit is contained in:
Daniel Jacobowitz 2007-03-27 18:47:58 +00:00
parent 42c81e2acb
commit 1f81bd395c
2 changed files with 4 additions and 5 deletions

View 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.

View 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.