diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-error.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-error.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-error.exp b/gdb/testsuite/gdb.python/py-error.exp index a204302..922798d 100644 --- a/gdb/testsuite/gdb.python/py-error.exp +++ b/gdb/testsuite/gdb.python/py-error.exp @@ -48,7 +48,8 @@ if {$test2 == ""} { return 0 } -set remote_python_file [remote_download host ${srcdir}/${subdir}/${testfile}.py] +set remote_python_file [gdb_remote_download host \ + ${srcdir}/${subdir}/${testfile}.py] # argc=LookupError: unknown encoding: IBM1047 gdb_test "source $remote_python_file" "Traceback.*ClassName.*\r\nLookupError: unknown encoding: $charset" $test2 |