From 7e8e6712b5ad07a47ccd8d84fd5112451a76789c Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 21 Mar 2016 15:13:40 -0400 Subject: [PATCH] Remove static linking hack since we are now passing absolute paths --- src/test/run-pass/command-before-exec.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/run-pass/command-before-exec.rs b/src/test/run-pass/command-before-exec.rs index 7c5a21911db..16560637b69 100644 --- a/src/test/run-pass/command-before-exec.rs +++ b/src/test/run-pass/command-before-exec.rs @@ -9,8 +9,6 @@ // 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)] -- 2.44.0