Module Name: src Committed By: christos Date: Sun Oct 12 22:33:41 UTC 2014
Modified Files:
src/tests/lib/libc/gen: t_fnmatch.c
Log Message:
You need double the number of backslashes in a pattern, since \\ -> '\' in
the string which means escape. Now the tests don't fail.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/gen/t_fnmatch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
