about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2016-03-21 15:13:40 -0400
committerNiko Matsakis <niko@alum.mit.edu>2016-03-25 14:07:20 -0400
commit7e8e6712b5ad07a47ccd8d84fd5112451a76789c (patch)
tree6e80acdbb20204f8631878dbc9464e5ee489cb5b
parentbca94230f333bce1f6c480673b5c13c40832b061 (diff)
downloadrust-7e8e6712b5ad07a47ccd8d84fd5112451a76789c.tar.gz
rust-7e8e6712b5ad07a47ccd8d84fd5112451a76789c.zip
Remove static linking hack since we are now passing absolute paths
-rw-r--r--src/test/run-pass/command-before-exec.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/command-before-exec.rs b/src/test/run-pass/command-before-exec.rs
index 7c5a21911db..16560637b69 100644
--- a/src/test/run-pass/command-before-exec.rs
+++ b/src/test/run-pass/command-before-exec.rs
@@ -9,8 +9,6 @@
 // except according to those terms.
 
 // ignore-windows - this is a unix-specific test
-// no-prefer-dynamic - this test breaks with dynamic linking as
-// some LD_LIBRARY_PATH entries are relative and it cd's to /.
 
 #![feature(process_exec, libc)]