From 96a62921794e1363ea0fefe723c665c23b341dbc Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 24 Oct 2012 12:28:54 +0000 Subject: [PATCH] Don't set bfdtest1 with findfile * binutils-all/ar.exp (bfdtest1): Remove findfile. --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/ar.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 6514b1a0d7..6745baa97a 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-10-24 H.J. Lu + + * binutils-all/ar.exp (bfdtest1): Remove findfile. + 2012-10-21 H.J. Lu * binutils-all/dw2-1.W: Updated. 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]"