diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-03-27 18:47:58 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-03-27 18:47:58 +0000 |
commit | 1f81bd395c9103c6f44e8b18a90961a039aac25c (patch) | |
tree | da544563d9db427df4b19a0d1020432987210f43 /gdb/testsuite | |
parent | 42c81e2acb86316457e92c13fb87793d387bd618 (diff) | |
download | gdb-1f81bd395c9103c6f44e8b18a90961a039aac25c.zip gdb-1f81bd395c9103c6f44e8b18a90961a039aac25c.tar.gz gdb-1f81bd395c9103c6f44e8b18a90961a039aac25c.tar.bz2 |
* gdb.ada/exec_changed.exp: Avoid "set confirm off".
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/exec_changed.exp | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3d3af04..0ef42df 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.ada/exec_changed.exp b/gdb/testsuite/gdb.ada/exec_changed.exp index 07f2476..d52abba 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. |