]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re: tekhex test for commit bf0f85df1254
authorAlan Modra <amodra@gmail.com>
Fri, 5 Sep 2025 13:22:30 +0000 (22:52 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 6 Sep 2025 01:03:16 +0000 (10:33 +0930)
* testsuite/binutils-all/objcopy.exp (objcopy_tek2bin): Correct
isremote to is_remote.

binutils/testsuite/binutils-all/objcopy.exp

index c5ff1e3b3d1d51b70884653f8c3055a74a3f0c5d..b11b17e012c6b2a39ae5e57b75e16eca85936937 100644 (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
     }