diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-27 09:15:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-27 09:15:56 +0000 |
commit | b6a7609d56147398e6fa412fd7c7210960300505 (patch) | |
tree | b5c8a764dc0e199293d112b5077ffa3acc74f2bc /posix/testfnm.c | |
parent | 10bb450d115287e85dcd6699bd9a928c9230cbeb (diff) | |
download | glibc-b6a7609d56147398e6fa412fd7c7210960300505.tar glibc-b6a7609d56147398e6fa412fd7c7210960300505.tar.gz glibc-b6a7609d56147398e6fa412fd7c7210960300505.tar.bz2 glibc-b6a7609d56147398e6fa412fd7c7210960300505.zip |
Update.
* posix/testfnm.c: Add more test cases.
Diffstat (limited to 'posix/testfnm.c')
-rw-r--r-- | posix/testfnm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/testfnm.c b/posix/testfnm.c index 5a6c7e12ea..e300565b1b 100644 --- a/posix/testfnm.c +++ b/posix/testfnm.c @@ -46,6 +46,7 @@ struct { { "a./b", "*[.]/b", FNM_PATHNAME|FNM_PERIOD, 0 }, { "a/b", "*[[:alpha:]]/*[[:alnum:]]", FNM_PATHNAME, 0 }, { "a/b", "*[![:digit:]]*/[![:d-d]", FNM_PATHNAME, 0 }, + { "a/[", "*[![:digit:]]*/[[:d-d]", FNM_PATHNAME, 0 }, { "a/[", "*[![:digit:]]*/[![:d-d]", FNM_PATHNAME, FNM_NOMATCH }, }; |