Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / info-fun.exp
index 34372160c06e66c2ceee54b9740d5e496494c38a..2eec698ec13b647bf760500f5aac87902258ad9a 100644 (file)
@@ -40,13 +40,13 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" {
     if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $sep_lib_flags] != ""
         || [gdb_compile $srcdir/$subdir/${srcfile} ${binfile} \
                 executable $bin_flags] != "" } {
-      untested "Could not compile $binfile_lib or $binfile."
+      untested "could not compile $binfile_lib or $binfile."
       return -1
     }
 
     if {$libsepdebug == "SEP"} {
        if {[gdb_gnu_strip_debug $binfile_lib] != 0} {
-           unsupported "Could not split debug of $binfile_lib."
+           unsupported "could not split debug of $binfile_lib."
            return
        } else {
            pass "split solib"
@@ -56,7 +56,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" {
     clean_restart $executable
 
     if ![runto_main] then {
-      fail "Can't run to main"
+      fail "can't run to main"
       return 0
     }
 
This page took 0.025185 seconds and 4 git commands to generate.