diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/exec-invalid-sysroot.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/exec-invalid-sysroot.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp b/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp index 9665b5fc330..a089e894204 100644 --- a/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp +++ b/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp @@ -47,7 +47,7 @@ proc do_exec_sysroot_test {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } |