Skip to content

Commit

Permalink
tr: fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Jan 19, 2022
1 parent ec386fa commit 9f649ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/by-util/test_tr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 9f649ff

Please sign in to comment.