]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.guile/guile.exp
Fix test names starting with uppercase output by basic functions
[thirdparty/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 $" {