From 4ab3d4a4dae35bafa8d16a9c5e8fda2af09183e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Nov 2016 15:00:36 +0100 Subject: minor --- php-zendframework-zend-crypt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-zendframework-zend-crypt.spec b/php-zendframework-zend-crypt.spec index 1007400..4a5be0e 100644 --- a/php-zendframework-zend-crypt.spec +++ b/php-zendframework-zend-crypt.spec @@ -158,7 +158,7 @@ if which php56; then run=1 fi if which php71; then - php70 %{_bindir}/phpunit || ret=1 + php71 %{_bindir}/phpunit || ret=1 run=1 fi if [ $run -eq 0 ]; then -- cgit