From 82be6963e73a7ba1064c095af9232fda66bc16d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 9 Apr 2016 09:59:57 +0200 Subject: php-guzzlehttp-guzzle6: fix check --- php-guzzlehttp-guzzle6.spec | 4 ++-- 1 file 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 -- cgit