diff options
| author | Remi Collet <remi@remirepo.net> | 2017-06-23 10:35:48 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-06-23 10:35:48 +0200 | 
| commit | b05887343a4c4a7552235260030d1d4c97378ae8 (patch) | |
| tree | cce0525323c939cec94eefc90bc44d68b95578f8 | |
| parent | 78d7776e44913932d19e0f8fb8ec329de92033a7 (diff) | |
minor
| -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  | 
