diff options
| author | millert <> | 2009-02-18 15:24:55 +0000 |
|---|---|---|
| committer | millert <> | 2009-02-18 15:24:55 +0000 |
| commit | abdfc401087a2665c003eb5c01ed453a4cf8286e (patch) | |
| tree | ce176c8633eb2d23ac166c077b955463049fddb9 | |
| parent | 8bb5945fcf0ae1d7aeab55a1d8264aaca3c2259d (diff) | |
| download | openbsd-abdfc401087a2665c003eb5c01ed453a4cf8286e.tar.gz openbsd-abdfc401087a2665c003eb5c01ed453a4cf8286e.tar.bz2 openbsd-abdfc401087a2665c003eb5c01ed453a4cf8286e.zip | |
Test to show glob bug introduced with POSIX char class support.
| -rw-r--r-- | src/regress/lib/libc/glob/globtest.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libc/glob/globtest.in b/src/regress/lib/libc/glob/globtest.in index 461411c2d3..5995fa4b31 100644 --- a/src/regress/lib/libc/glob/globtest.in +++ b/src/regress/lib/libc/glob/globtest.in | |||
| @@ -59,3 +59,6 @@ fake/bin/sha1 | |||
| 59 | fake/bin/sha256 | 59 | fake/bin/sha256 |
| 60 | fake/bin/sha384 | 60 | fake/bin/sha384 |
| 61 | fake/bin/sha512 | 61 | fake/bin/sha512 |
| 62 | |||
| 63 | [fake/bin/ca[a-z]] <0x0> | ||
| 64 | fake/bin/cat | ||
