diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1b71d928bb..e869baf20b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-10-18 Michael Snyder + + * gdb.base/dbx.exp: Add missing "-re " operator. + 2007-10-16 Gaius Mulley * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT. diff --git a/gdb/testsuite/gdb.base/dbx.exp b/gdb/testsuite/gdb.base/dbx.exp index af59b60878..202488e03b 100644 --- a/gdb/testsuite/gdb.base/dbx.exp +++ b/gdb/testsuite/gdb.base/dbx.exp @@ -290,7 +290,7 @@ proc test_assign { } { send_gdb "assign first=1\n" gdb_expect { -re "No symbol \"first\" in current context.*$" { fail "assign first" } - "$gdb_prompt $" { pass "assign first" } + -re "$gdb_prompt $" { pass "assign first" } timeout { fail "assign first (timeout)" } } gdb_test "print first" ".1 = 1"