* gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
authorJim Blandy <jimb@codesourcery.com>
Thu, 17 Jun 2004 21:07:42 +0000 (21:07 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 17 Jun 2004 21:07:42 +0000 (21:07 +0000)
cases where the regexp has no groups; this grabs random text from
the previous test suite, whatever that was.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/charset.exp

index 28c9496..3358fc3 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-17  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
+       cases where the regexp has no groups; this grabs random text from
+       the previous test suite, whatever that was.
+
 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.cp/printmethod.cc: Add copyright notice.
index 780e909..95021b4 100644 (file)
@@ -200,7 +200,6 @@ gdb_expect {
 
     -re "\\.\r\n$gdb_prompt $" {
        #set host_charset_list $expect_out(1,string)
-       set charsets($expect_out(1,string)) 1
        pass "capture valid host charsets"
     }