mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests: disable failed tests for split on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user