diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-03-12 14:36:35 +0200 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-03-12 14:36:48 +0200 |
| commit | 27217e580f387e4e0926aacd08703ef6e8a2bf91 (patch) | |
| tree | b2bb11b9e4a05a3cf46b653a908eb916b4d043f6 | |
| parent | 1a019dc86de1459809f776b869e36f8e71a7665a (diff) | |
| download | rust-27217e580f387e4e0926aacd08703ef6e8a2bf91.tar.gz rust-27217e580f387e4e0926aacd08703ef6e8a2bf91.zip | |
Statically link run-pass/command-before-exec so it passes not just whenever we happen to bootstrap perfectly.
| -rw-r--r-- | src/test/run-pass/command-before-exec.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/command-before-exec.rs b/src/test/run-pass/command-before-exec.rs index 16560637b69..7c5a21911db 100644 --- a/src/test/run-pass/command-before-exec.rs +++ b/src/test/run-pass/command-before-exec.rs @@ -9,6 +9,8 @@ // 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)] |
