summaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-03-05 13:15:01 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-03-05 13:15:01 +0000
commit73eb00f5435c4d7289c40f5ac19820b2099701e0 (patch)
tree0a95df26cae888150a91fc23196c2a426acf1e95 /gdb/testsuite
parent19d40f47fbfcfa70eb2658b5857b82725a3fb7aa (diff)
downloadgdb-73eb00f5435c4d7289c40f5ac19820b2099701e0.tar.gz
* gdb.base/help.exp (help thread find): Fix one forgotten quote.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/help.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 588c34e56cd..fb954bd715f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.base/help.exp (help thread find): Fix one forgotten quote.
+
2011-03-03 Tom Tromey <tromey@redhat.com>
* gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp
index be0d7837c9f..a97ec88f9f1 100644
--- a/gdb/testsuite/gdb.base/help.exp
+++ b/gdb/testsuite/gdb.base/help.exp
@@ -655,7 +655,7 @@ gdb_test "help thread" "Use this command to switch between threads.*" "help thre
# test help thread apply
gdb_test "help thread apply" "Apply a command to a list of threads.*" "help thread apply"
# test help thread find
-gdb_test "help thread find" "Find threads that match a regular.*" help thread find"
+gdb_test "help thread find" "Find threads that match a regular.*" "help thread find"
# test help thread name
gdb_test "help thread name" "Set the current thread's name.*" "help thread name"
# test help tty