* gdb.base/readline.exp (operate_and_get_next): Match the final
authorDaniel Jacobowitz <drow@false.org>
Fri, 27 Jul 2007 15:15:02 +0000 (15:15 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 27 Jul 2007 15:15:02 +0000 (15:15 +0000)
prompt.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/readline.exp

index 6ff8b26ea5274aec7027f7e7d10cb35dbbc828e0..3d579ef94adf64092080ad133e48505324cdda5c 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/readline.exp (operate_and_get_next): Match the final
+       prompt.
+
 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
 
        * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
index 2ad8580c84a15fd9e83346d1d6793c8258cecab0..99c68bf88a97dd2882a1c27bcd7aa57ecddd7aa1 100644 (file)
@@ -139,6 +139,9 @@ proc operate_and_get_next {name args} {
     set count [expr {$count + 2}]
   }
 
+  # Match the prompt so the next test starts at the right place.
+  gdb_test "" "" "$name - final prompt"
+
   return 1
 }