From 0204f9162ed37bbc8a535c66cbf8713736f81e09 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 26 Jan 2016 17:13:58 +0100 Subject: [PATCH] fixup! mingw: Fix CVS-related tests We did it differently: see "mingw: work around pwd issues in the tests". Signed-off-by: Johannes Schindelin --- t/t9400-git-cvsserver-server.sh | 8 -------- t/t9401-git-cvsserver-crlf.sh | 8 -------- t/t9402-git-cvsserver-refs.sh | 8 -------- 3 files changed, 24 deletions(-) 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() {