From 26da94687fd43c7cf2c23d09b2c790ccc96f1793 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Sat, 6 Jul 2024 22:29:18 +0200 Subject: [PATCH] tests: disable failed tests for split on OpenBSD Signed-off-by: Laurent Cheylus --- tests/by-util/test_split.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_split.rs b/tests/by-util/test_split.rs index 79c515172..e2390dba0 100644 --- a/tests/by-util/test_split.rs +++ b/tests/by-util/test_split.rs @@ -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";