Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / foll-exec-mode.exp
index aa7b4143e96af5d4e38885dd27c38660cea2a0a0..af417ca7d59a8b963807a8b2048b642cb1b3901c 100644 (file)
@@ -69,7 +69,7 @@ proc do_catch_exec_test { } {
     # Start the program running, and stop at main.
     #
     if ![runto_main] then {
-       fail "Couldn't run ${testfile}"
+       fail "couldn't run ${testfile}"
        return
     }
 
@@ -109,7 +109,7 @@ proc do_follow_exec_mode_tests { mode cmd infswitch } {
        # Start the program running, and stop at main.
        #
        if ![runto_main] then {
-           fail "Couldn't run ${testfile}"
+           fail "couldn't run ${testfile}"
            return
        }
 
This page took 0.026182 seconds and 4 git commands to generate.