Skip to content

Commit

Permalink
[nextest-runner] silence warning on illumos
Browse files Browse the repository at this point in the history
illumos has pipe2 so we don't need this `set_cloexec` method there.
  • Loading branch information
sunshowers committed Jan 9, 2024
1 parent b8b01c9 commit 87bd62f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nextest-runner/src/test_command/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub(super) fn setup_io(cmd: &mut std::process::Command) -> io::Result<State> {
if #[cfg(not(any(
target_env = "newlib",
target_os = "solaris",
target_os = "illumos",
target_os = "emscripten",
target_os = "fuchsia",
target_os = "l4re",
Expand All @@ -52,7 +51,6 @@ pub(super) fn setup_io(cmd: &mut std::process::Command) -> io::Result<State> {
not(any(target_os = "espidf", target_os = "horizon", target_os = "vita"))
),
target_os = "solaris",
target_os = "illumos",
target_os = "emscripten",
target_os = "fuchsia",
target_os = "l4re",
Expand Down

0 comments on commit 87bd62f

Please sign in to comment.