diff --git a/gdb/testsuite/gdb.base/paginate-bg-execution.exp b/gdb/testsuite/gdb.base/paginate-bg-execution.exp index f2a4d73..12d5250 100644 --- a/gdb/testsuite/gdb.base/paginate-bg-execution.exp +++ b/gdb/testsuite/gdb.base/paginate-bg-execution.exp @@ -37,7 +37,7 @@ proc test_bg_execution_pagination_return {} { return 0 } - gdb_test "b after_sleep" + gdb_test "b after_sleep" "Breakpoint .* at .*" gdb_test_no_output "set height 2" @@ -80,7 +80,7 @@ proc test_bg_execution_pagination_cancel { how } { return 0 } - gdb_test "b after_sleep" + gdb_test "b after_sleep" "Breakpoint .* at .*" gdb_test_no_output "set height 2"