Skip to content

Commit

Permalink
Remove LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya authored Mar 16, 2024
1 parent 3fc35be commit cf087a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion casr/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4273,7 +4273,6 @@ fn test_casr_java() {
"/usr/lib/jvm/java-17-openjdk-amd64/bin/java",
&paths[1],
])
.env("LD_PRELOAD", clang_rt.trim())
.env("LD_LIBRARY_PATH", &paths[4])
.env("PATH", format!("{}:{}", env!("PATH"), cargo_target_dir))
.output()
Expand Down

0 comments on commit cf087a2

Please sign in to comment.