mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
tests: disable failed tests for split on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
00cca34a9c
commit
26da94687f
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ fn test_filter_command_fails() {
|
|||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
#[cfg(not(target_os = "openbsd"))]
|
||||
fn test_filter_broken_pipe() {
|
||||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
let name = "filter-big-input";
|
||||
|
|
Loading…
Reference in a new issue