summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/git/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/git/APKBUILD b/system/git/APKBUILD
index b642f8137..84f3196c7 100644
--- a/system/git/APKBUILD
+++ b/system/git/APKBUILD
@@ -61,6 +61,7 @@ build() {
check() {
cd "$builddir"
+ rm t/t9020-remote-svn.sh # Requires /usr/bin/python / python-compat.
make prefix=/usr DESTDIR="$pkgdir" -j1 test
}