Re: [PATCH v5 05/12] Integrate wildmatch to git

2012-10-14 Thread Torsten Bögershausen
diff --git a/t/t3070-wildmatch.sh b/t/t3070-wildmatch.sh new file mode 100755 index 000..dbd3c8b --- /dev/null +++ b/t/t3070-wildmatch.sh @@ -0,0 +1,188 @@ +#!/bin/sh +#else +#test_expect_success BROKEN_FNMATCH "fnmatch: '$3' '$4'" " +#! test-wildmatch fnmatch '$3' '$4' +#

Re: [PATCH v5 05/12] Integrate wildmatch to git

2012-10-13 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > +++ b/t/t3070-wildmatch.sh > @@ -0,0 +1,188 @@ > +#!/bin/sh > + > +test_description='wildmatch tests' > + > +. ./test-lib.sh > + > +match() { > +if [ $1 = 1 ]; then > + test_expect_success "wildmatch:match '$3' '$4'" " > + test-wildmatch wildmat

[PATCH v5 05/12] Integrate wildmatch to git

2012-10-13 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- .gitignore | 1 + Makefile | 3 + t/t3070-wildmatch.sh | 188 +++ t/t3070/wildtest.txt | 165 test-wildmatch.c | 14 wildmatch.c