diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-09 09:59:57 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-09 09:59:57 +0200 |
commit | 82be6963e73a7ba1064c095af9232fda66bc16d3 (patch) | |
tree | 365daf46be141395cfeba30c4ce2e6471d5b7a8f | |
parent | 1fe0c44341c66bf2e4994d00c85d404818c4138f (diff) |
php-guzzlehttp-guzzle6: fix check
-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 |