diff options
author | Ben Elliston <bje@gnu.org> | 2016-04-20 07:08:47 +1000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2016-04-20 07:08:47 +1000 |
commit | 14f0f2fc44e8a3facd3398428fd60da6a50e7da4 (patch) | |
tree | 7e0467ad31a451be984bbbbdbb202e24bfc79c3c /libjava/testsuite/lib/libjava.exp | |
parent | 76f3944041f68df765cef48819936be04227d696 (diff) | |
download | gcc-14f0f2fc44e8a3facd3398428fd60da6a50e7da4.zip gcc-14f0f2fc44e8a3facd3398428fd60da6a50e7da4.tar.gz gcc-14f0f2fc44e8a3facd3398428fd60da6a50e7da4.tar.bz2 |
libjava.exp (libjava_arguments): Use 'file normalize' rather than the defunct DejaGnu 'absolute' proc.
* testsuite/lib/libjava.exp (libjava_arguments): Use 'file
normalize' rather than the defunct DejaGnu 'absolute' proc.
From-SVN: r235222
Diffstat (limited to 'libjava/testsuite/lib/libjava.exp')
-rw-r--r-- | libjava/testsuite/lib/libjava.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 0cfb253..45d2074 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -416,7 +416,7 @@ proc libjava_arguments {{mode compile}} { # Search for libtool. We need it to link. set found_compiler 0 - set d [absolute $objdir] + set d [file normalize $objdir] foreach x {. .. ../.. ../../..} { if {[file exists $d/$x/libtool]} then { # We have to run silently to avoid DejaGNU lossage. |