diff options
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 9cf1285..7185f42 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -142,7 +142,7 @@ ret=0 for cmd in php php56 php70 php71 php72; do if which $cmd; then if %{_bindir}/phpunit --atleast-version 4.8; then - $cmd %{_bindir}/phpunit --verbose . + $cmd %{_bindir}/phpunit --verbose . || ret=1 else : PHPUnit is too old for this package fi |