Skip to content

Commit 6b90b2a

Browse files
committed
Revert "test_cp: On MacOS, ignore tests that use /dev/fd/0"
This reverts commit 8e55c4a.
1 parent 8e55c4a commit 6b90b2a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/by-util/test_cp.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6322,7 +6322,6 @@ fn test_cp_archive_preserves_directory_permissions() {
63226322

63236323
#[test]
63246324
#[cfg(unix)]
6325-
#[cfg_attr(target_os = "macos", ignore)] // Flaky on MacOS, see #8453
63266325
fn test_cp_from_stdin() {
63276326
let (at, mut ucmd) = at_and_ucmd!();
63286327
let target = "target";
@@ -6390,7 +6389,6 @@ fn test_cp_update_none_interactive_prompt_no() {
63906389

63916390
/// only unix has `/dev/fd/0`
63926391
#[cfg(unix)]
6393-
#[cfg_attr(target_os = "macos", ignore)] // Flaky on MacOS, see #8453
63946392
#[test]
63956393
fn test_cp_from_stream() {
63966394
let target = "target";
@@ -6417,7 +6415,6 @@ fn test_cp_from_stream() {
64176415

64186416
/// only unix has `/dev/fd/0`
64196417
#[cfg(unix)]
6420-
#[cfg_attr(target_os = "macos", ignore)] // Flaky on MacOS, see #8453
64216418
#[test]
64226419
fn test_cp_from_stream_permission() {
64236420
let target = "target";

0 commit comments

Comments
 (0)