We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5e72d commit 9085ccdCopy full SHA for 9085ccd
1 file changed
t/Makefile
@@ -195,3 +195,17 @@ libgit-rs-test: libgit-sys-test
195
ifdef INCLUDE_LIBGIT_RS
196
all:: libgit-rs-test
197
endif
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
0 commit comments