diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-03-21 15:13:40 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-03-25 14:07:20 -0400 |
| commit | 7e8e6712b5ad07a47ccd8d84fd5112451a76789c (patch) | |
| tree | 6e80acdbb20204f8631878dbc9464e5ee489cb5b | |
| parent | bca94230f333bce1f6c480673b5c13c40832b061 (diff) | |
| download | rust-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.rs | 2 |
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)] |
