Don't re-set the LD_LIBRARY_PATH in base_tests.sh

This commit is contained in:
flip1995 2019-07-12 12:12:53 +02:00
parent 2991f31c17
commit 6b8ebcc0c8
No known key found for this signature in database
GPG Key ID: 693086869D506637
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ export CARGO_TARGET_DIR=`pwd`/target/
# Check running clippy-driver without cargo # Check running clippy-driver without cargo
( (
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
# Check sysroot handling # Check sysroot handling
sysroot=$(./target/debug/clippy-driver --print sysroot) sysroot=$(./target/debug/clippy-driver --print sysroot)
test $sysroot = $(rustc --print sysroot) test $sysroot = $(rustc --print sysroot)