From: Alan Modra Date: Fri, 5 Sep 2025 13:22:30 +0000 (+0930) Subject: Re: tekhex test for commit bf0f85df1254 X-Git-Tag: gdb-17-branchpoint~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b62b7b641f7ad6c5e47922bc8d088f1ffd6d4364;p=thirdparty%2Fbinutils-gdb.git Re: tekhex test for commit bf0f85df1254 * testsuite/binutils-all/objcopy.exp (objcopy_tek2bin): Correct isremote to is_remote. --- diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index c5ff1e3b3d1..b11b17e012c 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 }