Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / reconnect-signal.exp
index 1fe0f59f0450ea3f33c7cbb5374bea8cda9ac6cd..1d134e209a1db584983d80c1d5c1922f99f34765 100644 (file)
@@ -27,14 +27,14 @@ if { [gdb_compile_pthreads \
          "${srcdir}/${subdir}/${srcfile}" \
          "${binfile}" \
          executable {debug}] != "" } {
-    untested "Couldn't compile test program."
+    untested "couldn't compile test program."
     return -1
 }
 
 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.025097 seconds and 4 git commands to generate.