diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-22 11:43:30 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-23 11:02:56 +0930 |
commit | d081ffffa0be1baadc802ff303361d1d9e984e1c (patch) | |
tree | 6066aededeb01d479ad4d314672d9ecdf3d35427 /binutils/testsuite | |
parent | 46dfcabeba72fc4dfe6a0d66b5027349b92fe088 (diff) | |
download | gdb-d081ffffa0be1baadc802ff303361d1d9e984e1c.zip gdb-d081ffffa0be1baadc802ff303361d1d9e984e1c.tar.gz 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/testsuite')
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |