* gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
+2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
+
2011-11-02 Stan Shebs <stan@codesourcery.com>
* gdb.trace/collection.c: Add code using strings.
gdb_test_no_output "end" "main commands 2c"
gdb_run_cmd
- gdb_test "" "\r\nhook-stop1\r\n.*\r\ncmd1\r\nUndefined command: \"errorcommandxy\"\\. Try \"help\"\\." "cmd1 error"
+ gdb_test "" "hook-stop1\r\n.*\r\ncmd1\r\nUndefined command: \"errorcommandxy\"\\. Try \"help\"\\." "cmd1 error"
gdb_test {echo idle\n} "\r\nidle" "no cmd2"
}