Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / dso2dso.exp
index 336d46ae9f40998bd78e4896ad10d93af69c7021..f620d2c7a72c2c9f71b0423db25e8d656b664f42 100644 (file)
@@ -41,13 +41,13 @@ set binfile_libdso1 [standard_output_file $libdso1.so]
 
 if { [gdb_compile_shlib $srcfile_libdso2 $binfile_libdso2 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "Could not compile $binfile_libdso2."
+  untested "could not compile $binfile_libdso2."
   return -1
 }
 
 if { [gdb_compile_shlib $srcfile_libdso1 $binfile_libdso1 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "Could not compile $binfile_libdso1."
+  untested "could not compile $binfile_libdso1."
   return -1
 }
 
This page took 0.024426 seconds and 4 git commands to generate.