diff options
author | 2009-02-18 15:24:55 +0000 | |
---|---|---|
committer | 2009-02-18 15:24:55 +0000 | |
commit | aa4ef87b9aa5323daa5391ce12a56556c14f2db7 (patch) | |
tree | 17cc0319ebc053d616c1144ae5ddc5416b44b46a /regress/lib/libc/glob | |
parent | Add missing CURDIR (diff) | |
download | wireguard-openbsd-aa4ef87b9aa5323daa5391ce12a56556c14f2db7.tar.xz wireguard-openbsd-aa4ef87b9aa5323daa5391ce12a56556c14f2db7.zip |
Test to show glob bug introduced with POSIX char class support.
Diffstat (limited to 'regress/lib/libc/glob')
-rw-r--r-- | regress/lib/libc/glob/globtest.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/lib/libc/glob/globtest.in b/regress/lib/libc/glob/globtest.in index 461411c2d36..5995fa4b31d 100644 --- a/regress/lib/libc/glob/globtest.in +++ b/regress/lib/libc/glob/globtest.in @@ -59,3 +59,6 @@ fake/bin/sha1 fake/bin/sha256 fake/bin/sha384 fake/bin/sha512 + +[fake/bin/ca[a-z]] <0x0> +fake/bin/cat |