Re: tekhex test for commit bf0f85df12

* testsuite/binutils-all/objcopy.exp (objcopy_tek2bin): Correct
	isremote to is_remote.
This commit is contained in:
Alan Modra
2025-09-05 22:52:30 +09:30
parent 4d2991ad4d
commit b62b7b641f

View File

@@ -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
}