diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-06-18 23:12:54 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-06-18 23:12:54 +0000 |
commit | 1b413552e1d35e35bf9c58597e0db1c3ce5f803f (patch) | |
tree | 6b56cdb59d18eba2326028ffaf96712e7e435044 /gdb/testsuite | |
parent | 782263ab3ac9ffeed8ac469a906f898668212b6c (diff) | |
download | gdb-1b413552e1d35e35bf9c58597e0db1c3ce5f803f.zip gdb-1b413552e1d35e35bf9c58597e0db1c3ce5f803f.tar.gz gdb-1b413552e1d35e35bf9c58597e0db1c3ce5f803f.tar.bz2 |
* gdb.base/charset.exp: Only send a control-C if we see a new
prompt and incomplete command.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/charset.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6627335..afd7121 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-18 Jim Blandy <jimb@redhat.com> + + * gdb.base/charset.exp: Only send a control-C if we see a new + prompt and incomplete command. + 2004-06-18 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/pr-574.cc: Add copyright notice. diff --git a/gdb/testsuite/gdb.base/charset.exp b/gdb/testsuite/gdb.base/charset.exp index 95021b4..588bf05 100644 --- a/gdb/testsuite/gdb.base/charset.exp +++ b/gdb/testsuite/gdb.base/charset.exp @@ -140,7 +140,7 @@ gdb_expect { # We got some output that ended with a regular prompt fail "get valid character sets" } - -re "^set charset.*$" { + -re ".*$gdb_prompt set charset.*$" { # We got some other output, send a cntrl-c to gdb to get us back # to the prompt. send_gdb "\003" |