From a289e9f0fbe039fe82756d61f037fb2b92a639f1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 14 Apr 2025 10:29:11 +0200 Subject: [PATCH] fix declaration --- tests/by-util/test_tail.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_tail.rs b/tests/by-util/test_tail.rs index b7776b18d..f04aae30e 100644 --- a/tests/by-util/test_tail.rs +++ b/tests/by-util/test_tail.rs @@ -1967,7 +1967,7 @@ fn test_follow_name_truncate3() { #[test] #[cfg(all( - not(target_os = "apple"), + not(target_vendor = "apple"), not(target_os = "windows"), not(feature = "feat_selinux") // flaky ))] // FIXME: for currently not working platforms