We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 991b4d4 + 0a2bfcc commit 7455e33Copy full SHA for 7455e33
t/t0051-windows-named-pipe.sh
@@ -3,8 +3,13 @@
3
test_description='Windows named pipes'
4
5
. ./test-lib.sh
6
+if ! test_have_prereq MINGW
7
+then
8
+ skip_all='skipping Windows-specific tests'
9
+ test_done
10
+fi
11
-test_expect_success MINGW 'o_append write to named pipe' '
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 & } &&
15
pid=$! &&
0 commit comments