From d3f733c264a657ac1e6ac3eb8579ae5c871f38ca Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sun, 16 Jul 2017 21:38:19 -0700 Subject: Remove broken execvpe implementation It was broken when enabled, and currently the libc definition is only available for windows. This will be re-added when a new libc is released that supports it across all available platforms --- test/test_unistd.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/test_unistd.rs b/test/test_unistd.rs index e6e7b5f2..fd4e327b 100644 --- a/test/test_unistd.rs +++ b/test/test_unistd.rs @@ -227,10 +227,6 @@ fn test_lseek64() { execve_test_factory!(test_execve, execve, b"/bin/sh", b"/system/bin/sh"); -#[cfg(any(target_os = "linux", target_os = "android"))] -#[cfg(feature = "execvpe")] -execve_test_factory!(test_execvpe, execvpe, b"sh", b"sh"); - #[test] fn test_fpathconf_limited() { let f = tempfile().unwrap(); -- cgit v1.2.3