diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-02-18 15:24:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-02-18 15:24:56 +0000 |
commit | 84f6231d939bf92447e2621209e2d48390860ad9 (patch) | |
tree | 92e3fb2e67cf588e79b4729d3a591e333efc675f /regress | |
parent | c433c5b93629963d72c3fec49ab275ce82154d6c (diff) |
Test to show glob bug introduced with POSIX char class support.
Diffstat (limited to 'regress')
-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 |