From: Johannes Schindelin <johannes.schindelin@gmx.de> Date: Thu, 17 Jul 2014 15:37:00 +0000 (+0200) Subject: MinGW: Skip test redirecting to fd 4 X-Git-Tag: v2.1.0-rc1~6^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7220fba73737d3ea790ed56e5a777b815687aca;p=git MinGW: Skip test redirecting to fd 4 ... because that does not work in MinGW. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Stepan Kasal <kasal@ucw.cz> Signed-off-by: Junio C Hamano <gitster@pobox.com> --- diff --git a/t/t0081-line-buffer.sh b/t/t0081-line-buffer.sh index bd83ed371a..25dba008f3 100755 --- a/t/t0081-line-buffer.sh +++ b/t/t0081-line-buffer.sh @@ -29,7 +29,7 @@ test_expect_success '0-length read, send along greeting' ' test_cmp expect actual ' -test_expect_success 'read from file descriptor' ' +test_expect_success NOT_MINGW 'read from file descriptor' ' rm -f input && echo hello >expect && echo hello >input &&