Skip to content

Commit a7220fb

Browse files
dschogitster
authored andcommitted
MinGW: Skip test redirecting to fd 4
... because that does not work in MinGW. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Stepan Kasal <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 398dd4b commit a7220fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0081-line-buffer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test_expect_success '0-length read, send along greeting' '
2929
test_cmp expect actual
3030
'
3131

32-
test_expect_success 'read from file descriptor' '
32+
test_expect_success NOT_MINGW 'read from file descriptor' '
3333
rm -f input &&
3434
echo hello >expect &&
3535
echo hello >input &&

0 commit comments

Comments
 (0)