diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-28 17:57:44 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-28 17:57:44 +0000 |
commit | 3def43e060c89f10b775951cfec9ba963e5db481 (patch) | |
tree | 1911819b24e9792304341a213908150d2c6bd6d0 /gdb/testsuite/gdb.base/sepdebug.exp | |
parent | c91e8ecef53e652f954c3ec21e149b4617aa1f3d (diff) | |
download | gdb-3def43e060c89f10b775951cfec9ba963e5db481.zip gdb-3def43e060c89f10b775951cfec9ba963e5db481.tar.gz gdb-3def43e060c89f10b775951cfec9ba963e5db481.tar.bz2 |
gdb/testsuite/
* gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
excessive newline.
Diffstat (limited to 'gdb/testsuite/gdb.base/sepdebug.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/sepdebug.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/sepdebug.exp b/gdb/testsuite/gdb.base/sepdebug.exp index 7bf91c4..f6d41b8 100644 --- a/gdb/testsuite/gdb.base/sepdebug.exp +++ b/gdb/testsuite/gdb.base/sepdebug.exp @@ -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" |