File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -195,3 +195,17 @@ libgit-rs-test: libgit-sys-test
195195ifdef INCLUDE_LIBGIT_RS
196196all :: libgit-rs-test
197197endif
198+
199+ # see https://public-inbox.org/git/alpine.DEB.2.21.1.1710260008270.37495@virtualbox/
200+ # perl path separator is not converted correctly between git and bash/perl under --with-dashes
201+ GIT_SKIP_TESTS += t0021.1[5-9] t0021.2[0-7]
202+ # Colorization does not take place; don't have time to investigate
203+ GIT_SKIP_TESTS += t5409
204+ # Whitespace in GIT_EDITOR after expanding a variable does not quote the variable
205+ GIT_SKIP_TESTS += t7500.13
206+ # Don't have time to inspect git sparse-checkout completion
207+ GIT_SKIP_TESTS += t9902.11[89] t9902.123
208+ export GIT_SKIP_TESTS
209+
210+ NO_SVN_TESTS =SkipThem
211+ export NO_SVN_TESTS
You can’t perform that action at this time.
0 commit comments