diff options
author | Alan Modra <amodra@gmail.com> | 2025-09-05 22:52:30 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-09-06 10:33:16 +0930 |
commit | b62b7b641f7ad6c5e47922bc8d088f1ffd6d4364 (patch) | |
tree | f17a6d31218a2546b1dac2a1203e938386e66c49 | |
parent | 4d2991ad4dcd910e8389ab81b0e457063734b975 (diff) | |
download | binutils-b62b7b641f7ad6c5e47922bc8d088f1ffd6d4364.zip binutils-b62b7b641f7ad6c5e47922bc8d088f1ffd6d4364.tar.gz binutils-b62b7b641f7ad6c5e47922bc8d088f1ffd6d4364.tar.bz2 |
* testsuite/binutils-all/objcopy.exp (objcopy_tek2bin): Correct
isremote to is_remote.
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index c5ff1e3..b11b17e 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -1581,7 +1581,7 @@ proc objcopy_tek2bin {} { set tek $srcdir/$subdir/tek2.obj set out tmpdir/tek2bin - if [isremote host] { + if [is_remote host] { set tek [remote_download host $tek] set out tek2bin } |