diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-mi.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-mi.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-mi.exp b/gdb/testsuite/gdb.python/py-mi.exp index ae8bfe5..28aa2c8 100644 --- a/gdb/testsuite/gdb.python/py-mi.exp +++ b/gdb/testsuite/gdb.python/py-mi.exp @@ -42,7 +42,7 @@ if {[lsearch -exact [mi_get_features] python] < 0} { mi_runto main -set remote_python_file [remote_download host ${srcdir}/${subdir}/${pyfile}] +set remote_python_file [gdb_remote_download host ${srcdir}/${subdir}/${pyfile}] mi_gdb_test "python exec (open ('${remote_python_file}').read ())" "" |