* testsuite/binutils-all/objdump.exp (bintest.a): Correct
remote_file delete command.
+2020-06-23 Alan Modra <amodra@gmail.com>
+
+ * testsuite/binutils-all/objdump.exp (bintest.a): Correct
+ remote_file delete command.
+
2020-06-22 Nick Clifton <nickc@redhat.com>
PR 26112
# $testarchive exists only if it is supported.
set testarchive tmpdir/bintest.a
-remote_file host file delete $testarchive
+remote_file host delete $testarchive
set got [binutils_run $AR "rc tmpdir/bintest.a $testfile2"]
if ![string match "" $got] then {
fail "bintest.a"