gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 28 May 2010 17:57:44 +0000 (17:57 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 28 May 2010 17:57:44 +0000 (17:57 +0000)
* gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
excessive newline.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sepdebug.exp

index 07d446f..2865268 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
+       excessive newline.
+
 2010-05-27  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
 
        * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
index 7bf91c4..f6d41b8 100644 (file)
@@ -388,7 +388,7 @@ gdb_expect {
   timeout {fail "(timeout) set silent break bp_location1"}
 }
 
-gdb_test "info break $expect_out(1,string)\n" \
+gdb_test "info break $expect_out(1,string)" \
     "\[0-9\]*\[ \t\]*breakpoint.*:$bp_location1\r\n\[ \t\]*silent.*" \
     "info silent break bp_location1"