diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7537fcbadb..d7953ebdf9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-06-23 Alan Modra + + * testsuite/binutils-all/objdump.exp (bintest.a): Correct + remote_file delete command. + 2020-06-22 Nick Clifton PR 26112 diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 8d3c8df171..145e6d216f 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -83,7 +83,7 @@ if [is_remote host] { # $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"