This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] fix exec_changed.exp


Whoops - should have tested that last testsuite patch on native too.
Sorry!  Fixed as below.

-- 
Daniel Jacobowitz
CodeSourcery

2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>

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

Index: gdb.ada/exec_changed.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/exec_changed.exp,v
retrieving revision 1.5
diff -u -p -r1.5 exec_changed.exp
--- gdb.ada/exec_changed.exp	27 Mar 2007 17:59:37 -0000	1.5
+++ gdb.ada/exec_changed.exp	27 Mar 2007 18:47:17 -0000
@@ -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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]