* gdb.base/help.exp (help thread find): Fix one forgotten quote.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 5 Mar 2011 13:15:02 +0000 (13:15 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 5 Mar 2011 13:15:02 +0000 (13:15 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/help.exp

index 588c34e56cd94f6111a7f337b16b9c0bc53be8bb..fb954bd715f5d22c8f48e345fd62321ef2ba686d 100644 (file)
@@ -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.
index be0d7837c9f4a1b7f5aa809ad1ad144b77400a0b..a97ec88f9f1252a10089295e79957da8215913bb 100644 (file)
@@ -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