diff options
Diffstat (limited to 'gdb/testsuite/config/slite-gdb.exp')
-rw-r--r-- | gdb/testsuite/config/slite-gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/slite-gdb.exp b/gdb/testsuite/config/slite-gdb.exp index 3d4b265..58fd2f2 100644 --- a/gdb/testsuite/config/slite-gdb.exp +++ b/gdb/testsuite/config/slite-gdb.exp @@ -252,7 +252,7 @@ proc gdb_start { } { expect_after { "<return>" { send "\n"; perror "Window too small." } -re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." } - buffer_full { perror "internal buffer is full." } + full_buffer { perror "internal buffer is full." } eof { perror "eof -- pty is hosed." } timeout { perror "timeout." } "virtual memory exhausted" { perror "virtual memory exhausted." } |