From b69070fdffa0601f111edc6a37da80897d2b3493 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Sat, 6 Jul 2024 22:29:12 +0200 Subject: [PATCH] tests: disable failed tests for cat on OpenBSD Signed-off-by: Laurent Cheylus --- tests/by-util/test_cat.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_cat.rs b/tests/by-util/test_cat.rs index d67ecb0b1..ce0843b50 100644 --- a/tests/by-util/test_cat.rs +++ b/tests/by-util/test_cat.rs @@ -601,6 +601,7 @@ fn test_write_to_self() { #[test] #[cfg(unix)] +#[cfg(not(target_os = "openbsd"))] fn test_error_loop() { let (at, mut ucmd) = at_and_ucmd!(); at.symlink_file("2", "1");