* gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
excessive newline.
+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.
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"