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.
This commit is contained in:
bors 2016-03-12 09:37:19 -08:00
commit 8788ffc670

View file

@ -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)]