diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/async-shell.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/async-shell.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/async-shell.exp b/gdb/testsuite/gdb.base/async-shell.exp index 6b887c3..9c9f8b1 100644 --- a/gdb/testsuite/gdb.base/async-shell.exp +++ b/gdb/testsuite/gdb.base/async-shell.exp @@ -25,7 +25,7 @@ if [target_info exists use_gdb_stub] { return 0 } -if { [prepare_for_testing ${testfile}.exp ${testfile} $srcfile] } { +if { [prepare_for_testing "failed to prepare" ${testfile} $srcfile] } { return -1 } |