fixup! mingw: Fix CVS-related tests

We did it differently: see "mingw: work around pwd issues in the tests".

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2016-01-26 17:13:58 +01:00
parent 25f81cb55c
commit 0204f9162e
3 changed files with 0 additions and 24 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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() {