summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e9af2822a9a..3cf962849d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ build(){
}
check(){
- cd "$srcdir"/$_pyname-$pkgver
+ cd $_pyname-$pkgver
python os_ken/tests/run_tests.py
}