t3070: Disable some failing fnmatch tests
commitd5d80e12bd755197352bdb0e9b2291c896946abd
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Sat, 15 Dec 2012 19:19:18 +0000 (15 19:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Dec 2012 06:26:58 +0000 (15 22:26 -0800)
treec04a5a0c91caae882a5f3f7a8f443a467196b8bc
parentef49841ddf98ed1eb40c60153072fa1a91fc2f18
t3070: Disable some failing fnmatch tests

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-2012), we disable the fnmatch() half
of these tests.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Acked-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3070-wildmatch.sh