diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.base/page.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/page.exp b/gdb/testsuite/gdb.base/page.exp index 327f953..f7b1317 100644 --- a/gdb/testsuite/gdb.base/page.exp +++ b/gdb/testsuite/gdb.base/page.exp @@ -90,7 +90,7 @@ gdb_test_no_output "set width 30" send_gdb "printf \"$str\"\n" gdb_expect_list "paged count for interrupt" \ ".*$pagination_prompt" \ - [list 1\r\n 2\r\n 3\r\n 444444444444444444444444444444] + [list 1\r\n 2\r\n 3\r\n [string repeat 4 30]] gdb_test "q" "Quit" "quit while paging" |