fnmatch(3): Update testcase for r322368.

This commit is contained in:
Pedro F. Giffuni 2017-08-10 17:03:46 +00:00
parent 1a32b20594
commit 9404dae2a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322371

View File

@ -131,7 +131,7 @@ struct testcase {
{ "\\(", "\\(", 0, FNM_NOMATCH },
{ "\\a", "\\a", 0, FNM_NOMATCH },
{ "\\", "\\", 0, FNM_NOMATCH },
{ "\\", "", 0, 0 },
{ "\\", "", 0, FNM_NOMATCH },
{ "\\*", "\\*", FNM_NOESCAPE, 0 },
{ "\\?", "\\?", FNM_NOESCAPE, 0 },
{ "\\", "\\", FNM_NOESCAPE, 0 },