From eeaf7ddac7594636b517497fff3ab181966edbcc Mon Sep 17 00:00:00 2001 From: Jeff Hostetler Date: Tue, 11 Sep 2018 13:06:02 -0700 Subject: mingw: fix mingw_open_append to work with named pipes Signed-off-by: Jeff Hostetler Acked-by: Johannes Sixt Signed-off-by: Junio C Hamano --- t/t0051-windows-named-pipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/t0051-windows-named-pipe.sh b/t/t0051-windows-named-pipe.sh index e3c36341a0..10ac92d225 100755 --- a/t/t0051-windows-named-pipe.sh +++ b/t/t0051-windows-named-pipe.sh @@ -4,7 +4,7 @@ test_description='Windows named pipes' . ./test-lib.sh -test_expect_failure MINGW 'o_append write to named pipe' ' +test_expect_success MINGW 'o_append write to named pipe' ' GIT_TRACE="$(pwd)/expect" git status >/dev/null 2>&1 && { test-tool windows-named-pipe t0051 >actual 2>&1 & } && pid=$! && -- cgit v1.2.3