cases where the regexp has no groups; this grabs random text from
the previous test suite, whatever that was.
+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.
 
 
     -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"
     }