diff options
Diffstat (limited to 'tests/posix/name_bracket.sh')
-rw-r--r-- | tests/posix/name_bracket.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/name_bracket.sh b/tests/posix/name_bracket.sh index 84a417f..80ca186 100644 --- a/tests/posix/name_bracket.sh +++ b/tests/posix/name_bracket.sh @@ -1,5 +1,5 @@ # fnmatch() is broken on macOS -skip_if test "$UNAME" = "Darwin" +test "$UNAME" = "Darwin" && skip # An unclosed [ should be matched literally bfs_diff weirdnames -name '[' |