aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-06-22 11:43:30 +0930
committerAlan Modra <amodra@gmail.com>2020-06-23 11:02:56 +0930
commitd081ffffa0be1baadc802ff303361d1d9e984e1c (patch)
tree6066aededeb01d479ad4d314672d9ecdf3d35427 /binutils
parent46dfcabeba72fc4dfe6a0d66b5027349b92fe088 (diff)
downloadfsf-binutils-gdb-d081ffffa0be1baadc802ff303361d1d9e984e1c.zip
fsf-binutils-gdb-d081ffffa0be1baadc802ff303361d1d9e984e1c.tar.gz
fsf-binutils-gdb-d081ffffa0be1baadc802ff303361d1d9e984e1c.tar.bz2
binutils objdump.exp remote_file typo
* testsuite/binutils-all/objdump.exp (bintest.a): Correct remote_file delete command.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/objdump.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 7537fcb..d7953eb 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp
index 8d3c8df..145e6d2 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"