Imported Upstream version 2.8.0
[platform/upstream/git.git] / t / t9903-bash-prompt.sh
index af82049..ffbfa0e 100755 (executable)
@@ -67,7 +67,7 @@ repo_with_newline='repo
 with
 newline'
 
-if mkdir "$repo_with_newline" 2>/dev/null
+if test_have_prereq !MINGW && mkdir "$repo_with_newline" 2>/dev/null
 then
        test_set_prereq FUNNYNAMES
 else