aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-05-07 21:52:44 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-05-07 21:52:44 +0200
commitb9f64b8e10b53bae180d82b204c467ac76de9209 (patch)
treec6fc0edf4eea59396d638ebb29db33fbb4e492ad
parent665e0135ffebb4cb9893085b7d49d984c13e21d3 (diff)
downloadaports-b9f64b8e10b53bae180d82b204c467ac76de9209.tar.bz2
aports-b9f64b8e10b53bae180d82b204c467ac76de9209.tar.xz
testing/py3-pycosat: fix tests again
I'm too rash today. :(
-rw-r--r--testing/py3-pycosat/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pycosat/APKBUILD b/testing/py3-pycosat/APKBUILD
index cb93b95c23..9724fb56c4 100644
--- a/testing/py3-pycosat/APKBUILD
+++ b/testing/py3-pycosat/APKBUILD
@@ -19,7 +19,7 @@ build() {
}
check() {
- PYTHONPATH="$(dirname ./build/lib.linux-x86_64-3.*/*.so)" \
+ PYTHONPATH="$(dirname ./build/lib.linux-*-3.*/*.so)" \
python3 test_pycosat.py
}