binutils objdump.exp remote_file typo
* testsuite/binutils-all/objdump.exp (bintest.a): Correct remote_file delete command.
This commit is contained in:
parent
46dfcabeba
commit
d081ffffa0
2 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue