3 test_description
='Windows named pipes'
6 if ! test_have_prereq MINGW
8 skip_all
='skipping Windows-specific tests'
12 test_expect_success
'o_append write to named pipe' '
13 GIT_TRACE="$(pwd)/expect" git status >/dev/null 2>&1 &&
14 { test-tool windows-named-pipe t0051 >actual 2>&1 & } &&
17 GIT_TRACE=//./pipe/t0051 git status >/dev/null 2>warning &&
19 test_cmp expect actual