diff options
Diffstat (limited to 'php-guzzlehttp-guzzle6.spec')
-rw-r--r-- | php-guzzlehttp-guzzle6.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-guzzlehttp-guzzle6.spec b/php-guzzlehttp-guzzle6.spec index 57726c1..149e663 100644 --- a/php-guzzlehttp-guzzle6.spec +++ b/php-guzzlehttp-guzzle6.spec @@ -181,8 +181,8 @@ if which php70; then php70 %{_bindir}/phpunit --verbose || ret=1 run=1 fi -if which php70; then - php70 %{_bindir}/phpunit --verbose || ret=1 +if which php56; then + php56 %{_bindir}/phpunit --verbose || ret=1 run=1 fi if [ $run -eq 0 ]; then |