mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #2896 from tertsdiepraam/flaky-tr-test
`tr`: fix flaky test
This commit is contained in:
commit
0c34e35fdb
1 changed files with 1 additions and 6 deletions
|
@ -286,11 +286,6 @@ fn test_interpret_backslash_at_eol_literally() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[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() {
|
fn test_more_than_2_sets() {
|
||||||
new_ucmd!()
|
new_ucmd!().args(&["'abcdef'", "'a'", "'b'"]).fails();
|
||||||
.args(&["'abcdef'", "'a'", "'b'"])
|
|
||||||
.pipe_in("hello world")
|
|
||||||
.fails();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue