mirror of
https://github.com/git/git.git
synced 2026-02-04 06:53:10 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user