We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beb444e + 27217e5 commit 8788ffcCopy full SHA for 8788ffc
src/test/run-pass/command-before-exec.rs
@@ -9,6 +9,8 @@
9
// except according to those terms.
10
11
// 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 /.
14
15
#![feature(process_exec, libc)]
16
0 commit comments