commit: b76da57a73ffdc7f24ad10de9d8a3ee80652ecbe
Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:17:10 2016 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 14:17:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76da57a
dev-libs/yajl: fix tests
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
dev-libs/yajl/yajl-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/yajl/yajl-2.1.0.ebuild b/dev-libs/yajl/yajl-2.1.0.ebuild
index db8d0b9..c8a7d21 100644
--- a/dev-libs/yajl/yajl-2.1.0.ebuild
+++ b/dev-libs/yajl/yajl-2.1.0.ebuild
@@ -23,7 +23,7 @@ src_prepare() {
src_test() {
run_test() {
- cd "${BUILD_DIR}"/test
+ cd "${BUILD_DIR}"/test/parsing
./run_tests.sh ./yajl_test || die
}
multilib_parallel_foreach_abi run_test