summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests.sh b/tests.sh
index 9003efd..995b7a6 100755
--- a/tests.sh
+++ b/tests.sh
@@ -1338,9 +1338,6 @@ function test_name_bracket() {
}
function test_name_backslash() {
- # fnmatch() is broken on macOS
- skip_if test "$UNAME" = "Darwin"
-
# An unescaped \ doesn't match
bfs_diff weirdnames -name '\'
}