From ad06acc3f69c936eb34b236499e8de2367a00eb1 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 28 Jul 2026 14:53:39 +0200 Subject: [PATCH] test: fix "unreachable_patterns" lint on Windows --- src/uu/test/src/test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/test/src/test.rs b/src/uu/test/src/test.rs index 3d2a0b64a47..38959ec5bd2 100644 --- a/src/uu/test/src/test.rs +++ b/src/uu/test/src/test.rs @@ -339,7 +339,6 @@ fn path(path: &OsStr, condition: &PathCondition) -> bool { | PathCondition::CharacterSpecial | PathCondition::Fifo | PathCondition::GroupIdFlag - | PathCondition::Readable | PathCondition::Socket | PathCondition::Sticky | PathCondition::SymLink