diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-24 12:28:54 +0000 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-24 12:28:54 +0000 |
| commit | 96a62921794e1363ea0fefe723c665c23b341dbc (patch) | |
| tree | 5e90d040fc4fe1533207fb7ef63aea858a25ab2c /binutils/testsuite/binutils-all | |
| parent | 4f9d22a0b15a371db7df4b41c1633fde25932ff1 (diff) | |
| download | ppe42-binutils-96a62921794e1363ea0fefe723c665c23b341dbc.tar.gz ppe42-binutils-96a62921794e1363ea0fefe723c665c23b341dbc.zip | |
Don't set bfdtest1 with findfile
* binutils-all/ar.exp (bfdtest1): Remove findfile.
Diffstat (limited to 'binutils/testsuite/binutils-all')
| -rw-r--r-- | binutils/testsuite/binutils-all/ar.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp index 05cc261041..8b7629ecce 100644 --- a/binutils/testsuite/binutils-all/ar.exp +++ b/binutils/testsuite/binutils-all/ar.exp @@ -27,7 +27,7 @@ if ![is_remote host] { } } -set bfdtest1 [findfile $base_dir/bfdtest1] +set bfdtest1 $base_dir/bfdtest1 # send_user "Version [binutil_version $AR]" |

