We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a019dc commit 27217e5Copy full SHA for 27217e5
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