Skip to content

Commit 8788ffc

Browse files
committed
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.
2 parents beb444e + 27217e5 commit 8788ffc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/command-before-exec.rs

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// except according to those terms.
1010

1111
// ignore-windows - this is a unix-specific test
12+
// no-prefer-dynamic - this test breaks with dynamic linking as
13+
// some LD_LIBRARY_PATH entries are relative and it cd's to /.
1214

1315
#![feature(process_exec, libc)]
1416

0 commit comments

Comments
 (0)