mirror of
https://github.com/git/git.git
synced 2026-03-12 09:59:45 +01:00
MinGW: Skip test redirecting to fd 4
... because that does not work in MinGW. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -131,7 +131,7 @@ test_expect_success PIPE,EXPENSIVE 'longer read (around 65536 bytes)' '
|
||||
long_read_test 65536
|
||||
'
|
||||
|
||||
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 &&
|
||||
|
||||
Reference in New Issue
Block a user