We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7a140 commit 4abf7f4Copy full SHA for 4abf7f4
test/test_unistd.rs
@@ -435,10 +435,7 @@ cfg_if! {
435
// https://github.com/nix-rust/nix/issues/555
436
execve_test_factory!(test_execve, execve, CString::new("/bin/sh").unwrap().as_c_str());
437
execve_test_factory!(test_fexecve, fexecve, File::open("/bin/sh").unwrap().into_raw_fd());
438
- } else if #[cfg(any(solarish,
439
- apple_targets,
440
- target_os = "netbsd",
441
- target_os = "openbsd"))] {
+ } else if #[cfg(any(solarish, apple_targets, netbsdlike))] {
442
443
// No fexecve() on ios, macos, NetBSD, OpenBSD.
444
}
0 commit comments