about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xci/base-tests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/base-tests.sh b/ci/base-tests.sh
index c5d3eb3c902..34bc9a8eca2 100755
--- a/ci/base-tests.sh
+++ b/ci/base-tests.sh
@@ -27,8 +27,6 @@ export CARGO_TARGET_DIR=`pwd`/target/
 
 # Check running clippy-driver without cargo
 (
-  export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
-
   # Check sysroot handling
   sysroot=$(./target/debug/clippy-driver --print sysroot)
   test $sysroot = $(rustc --print sysroot)