about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-12 09:37:19 -0800
committerbors <bors@rust-lang.org>2016-03-12 09:37:19 -0800
commit8788ffc670e981a195c771ab3c8530c72eb119d7 (patch)
tree6533a7aab20cc2f9b0d30be2bac1e1b5eb29f5df
parentbeb444eaed6b1b387538435e6eb99fa0cd0f0bed (diff)
parent27217e580f387e4e0926aacd08703ef6e8a2bf91 (diff)
downloadrust-8788ffc670e981a195c771ab3c8530c72eb119d7.tar.gz
rust-8788ffc670e981a195c771ab3c8530c72eb119d7.zip
Auto merge of #32193 - eddyb:stage1-is-useful-mkay, r=eddyb
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.rs2
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)]