From fc24ad6ca4a6dfb445a6f452c2935c1c49ffe7f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Sep 2018 12:50:15 +0200 Subject: minor --- php-sabre-event5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-sabre-event5.spec b/php-sabre-event5.spec index d63beb3..299f11a 100644 --- a/php-sabre-event5.spec +++ b/php-sabre-event5.spec @@ -94,7 +94,7 @@ cp -pr lib %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major} %if %{with_tests} : Run upstream test suite against installed library ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit6 \ --bootstrap=%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ -- cgit