Skip to content

Commit 0204f91

Browse files
committed
fixup! mingw: Fix CVS-related tests
We did it differently: see "mingw: work around pwd issues in the tests". Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 25f81cb commit 0204f91

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

t/t9400-git-cvsserver-server.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ cvs CLI client via git-cvsserver server'
1010

1111
. ./test-lib.sh
1212

13-
if test_have_prereq MINGW
14-
then
15-
# Avoid posix-to-windows path mangling
16-
pwd () {
17-
builtin pwd
18-
}
19-
fi
20-
2113
if ! test_have_prereq PERL; then
2214
skip_all='skipping git cvsserver tests, perl not available'
2315
test_done

t/t9401-git-cvsserver-crlf.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ repository using cvs CLI client via git-cvsserver server'
1111

1212
. ./test-lib.sh
1313

14-
if test_have_prereq MINGW
15-
then
16-
# Avoid posix-to-windows path mangling
17-
pwd () {
18-
builtin pwd
19-
}
20-
fi
21-
2214
marked_as () {
2315
foundEntry="$(grep "^/$2/" "$1/CVS/Entries")"
2416
if [ x"$foundEntry" = x"" ] ; then

t/t9402-git-cvsserver-refs.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ tags, branches and other git refspecs'
77

88
. ./test-lib.sh
99

10-
if test_have_prereq MINGW
11-
then
12-
# Avoid posix-to-windows path mangling
13-
pwd () {
14-
builtin pwd
15-
}
16-
fi
17-
1810
#########
1911

2012
check_start_tree() {

0 commit comments

Comments
 (0)