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