t3070: disable unreliable fnmatch tests
commitf1cf7b798305787d5d1272c13ead207e3e04a183
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 15 Oct 2012 06:25:56 +0000 (15 13:25 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Oct 2012 21:58:18 +0000 (15 14:58 -0700)
tree367543da73e3fb0325a5689496a6a5a95093a3ec
parentfeabcc173b7a5f55c2b1ec78f230276c63ae4d36
t3070: disable unreliable fnmatch tests

These tests show different results on different fnmatch() versions. We
don't want to test fnmatch here. We want to make sure wildmatch
behavior matches fnmatch and that only makes sense in cases when
fnmatch() behaves consistently.

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