Re: [PATCH] t3070: Disable some failing fnmatch tests

2012-12-17 Thread Ramsay Jones
Nguyen Thai Ngoc Duy wrote: > On Sun, Dec 16, 2012 at 2:19 AM, Ramsay Jones > wrote: >> >> The failing tests make use of a POSIX character class, '[:xdigit:]' >> in this case, which some versions of the fnmatch() library function >> do not support. In the spirit of commit f1cf7b79 ("t3070: disable

Re: [PATCH] t3070: Disable some failing fnmatch tests

2012-12-15 Thread Nguyen Thai Ngoc Duy
On Sun, Dec 16, 2012 at 2:19 AM, Ramsay Jones wrote: > > The failing tests make use of a POSIX character class, '[:xdigit:]' > in this case, which some versions of the fnmatch() library function > do not support. In the spirit of commit f1cf7b79 ("t3070: disable > unreliable fnmatch tests", 15-10-