From 26088e44cd6a76f68aba631ef0c108e1671bc048 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 17 Sep 2026 16:09:38 +0200 Subject: [PATCH] cp: disable test on OpenBSD & add todo affected test: test_cp_attributes_only_fifo_keeps_type_and_returns --- tests/by-util/test_cp.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/by-util/test_cp.rs b/tests/by-util/test_cp.rs index b01a67bba7b..15925c8b290 100644 --- a/tests/by-util/test_cp.rs +++ b/tests/by-util/test_cp.rs @@ -3870,6 +3870,8 @@ fn test_cp_link_backup() { /// forever, since nothing ever writes to it. GNU creates the FIFO and returns. #[test] #[cfg(unix)] +// TODO remove when https://github.com/Stebalien/xattr/issues/121 is fixed +#[cfg(not(target_os = "openbsd"))] #[cfg_attr(wasi_runner, ignore = "WASI: no FIFO/mkfifo support")] fn test_cp_attributes_only_fifo_keeps_type_and_returns() { for recursive in ["-a", "-R"] {