summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-09-07 22:10:36 +0800
committerYen Chi Hsuan2017-09-07 22:10:36 +0800
commitc02bedbc3596e53ee611668097a23450b04da9ae (patch)
tree2fa92ce873fc128c6eb55c6c3999cc068ae2fc5b
parentae7c410c0251879e838d5195476b31c7737f096f (diff)
downloadaur-c02bedbc3596e53ee611668097a23450b04da9ae.tar.gz
Fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13a36e2b1355..ea2a84da16ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,7 +67,7 @@ check() {
# make test
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
"${srcdir}/Python-${pkgver}/python" -m test.regrtest -x \
- test_distlib \
+ test_distutils \
test_faulthandler \
test_ftplib \
test_ssl