Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-fullname-deleted.exp
index 884a19b216c4bd0c4b6a0a38ea69a4a045748387..d538c68e28ba4c19ab232ec13e62719b92dd6f48 100644 (file)
@@ -26,13 +26,13 @@ set srcfileabs [standard_output_file $srcfile]
 
 # "//$srcfile" It is used for the test of compare_filenames_for_search.
 if { [regsub {/[^/]+$} $srcfileabs {/\0} srcfileabs] != 1 } {
-    xfail "Cannot double the last slash separator"
+    xfail "cannot double the last slash separator"
     return -1
 }
 
 if { [regsub {^(/[^/]+)/} $srcfileabs {\1subst/} srcfileabssubst] != 1
      || [regsub {^(/[^/]+)/.*$} $srcfileabs {\1} initdir] != 1 } {
-    xfail "Missing root subdirectory"
+    xfail "missing root subdirectory"
     return -1
 }
 
This page took 0.030138 seconds and 4 git commands to generate.