From 86ba2cc3ea26a07db1f9e122c2e4ba9a23d20897 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Oct 2016 14:14:00 +0100 Subject: php-sebastian-code-unit-reverse-lookup: fedora autoloader --- php-sebastian-code-unit-reverse-lookup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-sebastian-code-unit-reverse-lookup.spec b/php-sebastian-code-unit-reverse-lookup.spec index ed18007..7912f7e 100644 --- a/php-sebastian-code-unit-reverse-lookup.spec +++ b/php-sebastian-code-unit-reverse-lookup.spec @@ -86,12 +86,12 @@ run=0 ret=0 if which php56; then php56 -d include_path=.:%{buildroot}%{_datadir}/php:%{_datadir}/php \ - %{_bindir}/phpunit --verbose + %{_bindir}/phpunit --verbose || ret=1 run=1 fi if which php71; then php71 -d include_path=.:%{buildroot}%{_datadir}/php:%{_datadir}/php \ - %{_bindir}/phpunit --verbose + %{_bindir}/phpunit --verbose || ret=1 run=1 fi if [ $run -eq 0 ]; then -- cgit