From dbe06f2ff394de2b63f01c15eb3d058870fe99fd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 15 May 2024 13:29:06 -0500 Subject: [PATCH] Skip test that triggers a macos bug. --- tests/find.test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/find.test b/tests/find.test index e026d7b5..e4a161c4 100755 --- a/tests/find.test +++ b/tests/find.test @@ -162,6 +162,7 @@ testing '-size implies -type f' 'find dir -size -1M | sort' \ rm -rf dir utf8locale +skipnot [ "$(uname)" != "Darwin" ] # Darwin's towlower() is broken. testing 'strlower edge case' \ 'touch aaaaaⱥⱥⱥⱥⱥⱥⱥⱥⱥ; find . -iname aaaaaȺȺȺȺȺȺȺȺȺ' './aaaaaⱥⱥⱥⱥⱥⱥⱥⱥⱥ\n' \ '' '' -- 2.39.2