diff --git a/t/t9400-git-cvsserver-server.sh b/t/t9400-git-cvsserver-server.sh index f320510c8a..d708cbf032 100755 --- a/t/t9400-git-cvsserver-server.sh +++ b/t/t9400-git-cvsserver-server.sh @@ -10,14 +10,6 @@ cvs CLI client via git-cvsserver server' . ./test-lib.sh -if test_have_prereq MINGW -then - # Avoid posix-to-windows path mangling - pwd () { - builtin pwd - } -fi - if ! test_have_prereq PERL; then skip_all='skipping git cvsserver tests, perl not available' test_done diff --git a/t/t9401-git-cvsserver-crlf.sh b/t/t9401-git-cvsserver-crlf.sh index dd37069b9f..f324b9f010 100755 --- a/t/t9401-git-cvsserver-crlf.sh +++ b/t/t9401-git-cvsserver-crlf.sh @@ -11,14 +11,6 @@ repository using cvs CLI client via git-cvsserver server' . ./test-lib.sh -if test_have_prereq MINGW -then - # Avoid posix-to-windows path mangling - pwd () { - builtin pwd - } -fi - marked_as () { foundEntry="$(grep "^/$2/" "$1/CVS/Entries")" if [ x"$foundEntry" = x"" ] ; then diff --git a/t/t9402-git-cvsserver-refs.sh b/t/t9402-git-cvsserver-refs.sh index 524a2d1ac0..6d2d3c8739 100755 --- a/t/t9402-git-cvsserver-refs.sh +++ b/t/t9402-git-cvsserver-refs.sh @@ -7,14 +7,6 @@ tags, branches and other git refspecs' . ./test-lib.sh -if test_have_prereq MINGW -then - # Avoid posix-to-windows path mangling - pwd () { - builtin pwd - } -fi - ######### check_start_tree() {