summaryrefslogtreecommitdiff
path: root/system/git
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-01 03:20:51 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-01 03:20:51 +0000
commitd91b4d0f4400289df54d611bd6a5cf95afb18412 (patch)
tree0506046825c5b725fa00cb25530baf6d298e5bc5 /system/git
parent06e6a1b6719186473668e15a7f601988e55d2c95 (diff)
downloadpackages-d91b4d0f4400289df54d611bd6a5cf95afb18412.tar.gz
packages-d91b4d0f4400289df54d611bd6a5cf95afb18412.tar.bz2
packages-d91b4d0f4400289df54d611bd6a5cf95afb18412.tar.xz
packages-d91b4d0f4400289df54d611bd6a5cf95afb18412.zip
system/git: disable stupid broken py2 test
Diffstat (limited to 'system/git')
-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
}