summaryrefslogtreecommitdiff
path: root/t/t3703-add-magic-pathspec.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t3703-add-magic-pathspec.sh')
-rwxr-xr-xt/t3703-add-magic-pathspec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3703-add-magic-pathspec.sh b/t/t3703-add-magic-pathspec.sh
index 5115de7..3ef525a 100755
--- a/t/t3703-add-magic-pathspec.sh
+++ b/t/t3703-add-magic-pathspec.sh
@@ -38,7 +38,7 @@ cat >expected <<EOF
add 'sub/foo'
EOF
-if mkdir ":" 2>/dev/null
+if test_have_prereq !MINGW && mkdir ":" 2>/dev/null
then
test_set_prereq COLON_DIR
fi