aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-11-03 17:43:51 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-11-03 17:43:51 +0000
commit87769f591c1a0213ee3b05cdaad124ef3986c5f6 (patch)
treec86f16ed168c6a8afc423098635c8bf33482e51a /gdb/testsuite/gdb.base
parentc35599f82f183cb4b25c2ccbd154c5dbb9232209 (diff)
downloadgdb-87769f591c1a0213ee3b05cdaad124ef3986c5f6.zip
gdb-87769f591c1a0213ee3b05cdaad124ef3986c5f6.tar.gz
gdb-87769f591c1a0213ee3b05cdaad124ef3986c5f6.tar.bz2
gdb/testsuite/
* gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/commands.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/commands.exp b/gdb/testsuite/gdb.base/commands.exp
index 2c57986..b4b14b5 100644
--- a/gdb/testsuite/gdb.base/commands.exp
+++ b/gdb/testsuite/gdb.base/commands.exp
@@ -741,7 +741,7 @@ proc error_clears_commands_left {} {
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"
}