diff options
-rw-r--r-- | php-horde-Horde-Core.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec index 2adbe62..af5a0a8 100644 --- a/php-horde-Horde-Core.spec +++ b/php-horde-Horde-Core.spec @@ -245,7 +245,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 |