From 3bbbacb08c40e2da892cee6961d0b6de698a31b9 Mon Sep 17 00:00:00 2001 From: drow Date: Tue, 27 Mar 2007 18:47:58 +0000 Subject: [PATCH] * gdb.ada/exec_changed.exp: Avoid "set confirm off". --- gdb/testsuite/ChangeLog | 4 ++++ 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 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. -- 2.11.0