diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/step-line.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/step-line.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/step-line.exp b/gdb/testsuite/gdb.base/step-line.exp index bc8f2bc..73113c7 100644 --- a/gdb/testsuite/gdb.base/step-line.exp +++ b/gdb/testsuite/gdb.base/step-line.exp @@ -33,7 +33,7 @@ if ![runto_main] then { return 0 } -set remote_linefile [remote_download host ${srcdir}/${subdir}/${linefile}] +set remote_linefile [gdb_remote_download host ${srcdir}/${subdir}/${linefile}] gdb_test "break f1" ".*Breakpoint 2 at .* file .*step-line.c.*" "break f1" gdb_test "continue" \ |