]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils objdump.exp remote_file typo
authorAlan Modra <amodra@gmail.com>
Mon, 22 Jun 2020 02:13:30 +0000 (11:43 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 23 Jun 2020 01:32:56 +0000 (11:02 +0930)
* testsuite/binutils-all/objdump.exp (bintest.a): Correct
remote_file delete command.

binutils/ChangeLog
binutils/testsuite/binutils-all/objdump.exp

index 7537fcbadb08ce09bf1f12f67af1618d8a67f0b4..d7953ebdf912c082c14de5e638684824eb1ff72e 100644 (file)
@@ -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
index 8d3c8df171de870677b787fd3b9780958db70119..145e6d216f5feeb63ce1e2ec47e5b95a08d36f0e 100644 (file)
@@ -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"