The message displayed when using help() changed a bit with time, so this
adjusts the test accordingly.
gdb/testsuite/ChangeLog:
* gdb.python/python.exp: Change expected reply to help().
+2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
+
+ * gdb.python/python.exp: Change expected reply to help().
+
2014-12-01 Yao Qi <yao@codesourcery.com>
* configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
with_test_prefix "python interactive help" {
set test "python; help(); end"
gdb_test_multiple "python\nhelp()\nend" $test {
- -re "online help utility.*help> $" {
+ -re ".*help utility.*help> $" {
pass $test
# The "quit" must be seen on the output. A buggy GDB