diff --git a/tests/by-util/test_tr.rs b/tests/by-util/test_tr.rs index 49dcb813c..36358496f 100644 --- a/tests/by-util/test_tr.rs +++ b/tests/by-util/test_tr.rs @@ -286,11 +286,6 @@ fn test_interpret_backslash_at_eol_literally() { } #[test] -// FixME: panicked at 'failed to write to stdin of child: Broken pipe (os error 32) -#[cfg(not(target_os = "freebsd"))] fn test_more_than_2_sets() { - new_ucmd!() - .args(&["'abcdef'", "'a'", "'b'"]) - .pipe_in("hello world") - .fails(); + new_ucmd!().args(&["'abcdef'", "'a'", "'b'"]).fails(); }