Skip to content

Commit 72695a5

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge branch 'maybe-drop'
These patches are probably no longer necessary. Make sure before dropping them, though. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents fc55f87 + e274273 commit 72695a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/t9020-remote-svn.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ then
1212
test_done
1313
fi
1414

15+
if test_have_prereq MINGW
16+
then
17+
skip_all='skipping remote-svn tests for lack of POSIX'
18+
test_done
19+
fi
20+
1521
# Override svnrdump with our simulator
1622
PATH="$HOME:$PATH"
1723
export PATH PYTHON_PATH GIT_BUILD_DIR

0 commit comments

Comments
 (0)