Statically link run-pass/command-before-exec so it passes not just whenever we happen to bootstrap perfectly.

This commit is contained in:
Eduard Burtescu 2016-03-12 14:36:35 +02:00
parent 1a019dc86d
commit 27217e580f

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