diff options
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/lib/utils-lib.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/testsuite/lib/utils-lib.exp b/binutils/testsuite/lib/utils-lib.exp index 6d2de5d..b93da51 100644 --- a/binutils/testsuite/lib/utils-lib.exp +++ b/binutils/testsuite/lib/utils-lib.exp @@ -464,7 +464,8 @@ proc run_dump_test { name {extra_options {}} } { } set srcfile $newfile } - file copy -force ${srcfile} $tempfile + # Make sure we copy the file if we are doing remote host testing. + remote_download host ${srcfile} $tempfile } else { set exec_output [binutils_assemble_flags ${srcfile} $tempfile $opts(as)] if [string match "" $exec_output] then { |