summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35438222bd1c..ef8b1db06d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ build(){
}
check(){
- cd "$srcdir"/$_pyname-$pkgver
+ cd $_pyname-$pkgver
ostestr --color --slowest --blacklist_file exclusion_py3.txt
}