From 7907db43e098aa6f063144ee42931548a016c462 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Feb 2018 10:50:30 +0100 Subject: minor --- php-phpunit-php-token-stream3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec index 1c1ffa4..e458c30 100644 --- a/php-phpunit-php-token-stream3.spec +++ b/php-phpunit-php-token-stream3.spec @@ -88,7 +88,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit7 --verbose || ret=1 -- cgit