t9300: do not run --cat-blob-fd related tests on MinGW
commitb52612ed4f736c517231954ef0d765add1fe29b7
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Oct 2011 22:53:33 +0000 (14 23:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Oct 2011 05:46:45 +0000 (14 22:46 -0700)
tree8a33ca6a03d2995821b5ce503bd92a0b14a877f0
parent184892fb3e19cd28aaced4ca185257ed5b3acc78
t9300: do not run --cat-blob-fd related tests on MinGW

As diagnosed by Johannes Sixt, msys.dll does not hand through file
descriptors > 2 to child processes, so these test cases cannot passes when
run through an MSys bash.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9300-fast-import.sh