From: Alan Modra Date: Mon, 22 Jun 2020 02:13:30 +0000 (+0930) Subject: binutils objdump.exp remote_file typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d081ffffa0be1baadc802ff303361d1d9e984e1c;p=binutils-gdb.git binutils objdump.exp remote_file typo * testsuite/binutils-all/objdump.exp (bintest.a): Correct remote_file delete command. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7537fcbadb0..d7953ebdf91 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 8d3c8df171d..145e6d216f5 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"