diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/foll-exec.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/foll-exec.exp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.base/foll-exec.exp b/gdb/testsuite/gdb.base/foll-exec.exp index f496cca..ed86c0f 100644 --- a/gdb/testsuite/gdb.base/foll-exec.exp +++ b/gdb/testsuite/gdb.base/foll-exec.exp @@ -48,7 +48,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } @@ -75,7 +75,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } # Execute the code setting up variable PROG. @@ -162,7 +162,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (2nd try)" + fail "couldn't run ${testfile} (2nd try)" return } @@ -231,7 +231,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (3rd try)" + fail "couldn't run ${testfile} (3rd try)" return } # Execute the code setting up variable PROG. @@ -296,7 +296,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (4th try)" + fail "couldn't run ${testfile} (4th try)" return } # Execute the code setting up variable PROG. @@ -355,7 +355,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (5th try)" + fail "couldn't run ${testfile} (5th try)" return } |