Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.guile / guile.exp
index 6f4374b4d68fbb041848c58228ed4e9faebddc10..37347b73a95f377b3093f14df8cdec69bb61b2e1 100644 (file)
@@ -27,7 +27,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 # We want to do some tests when Guile is not present.
 gdb_test_multiple "guile (display 23) (newline)" "verify guile support" {
     -re "Undefined command.*$gdb_prompt $" {
-       unsupported "Guile not supported."
+       unsupported "guile not supported."
        return
     }
     -re "not supported.*$gdb_prompt $" {
This page took 0.02657 seconds and 4 git commands to generate.