tests: disable failed tests for split on OpenBSD

Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
Laurent Cheylus 2024-07-06 22:29:18 +02:00
parent 00cca34a9c
commit 26da94687f
No known key found for this signature in database

View file

@ -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";