diff options
| author | Remi Collet <remi@remirepo.net> | 2017-06-23 10:31:54 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-06-23 10:31:54 +0200 | 
| commit | cf26c5e371b54e7cd2c009e225e9a96d54c1a486 (patch) | |
| tree | c3bd114e0dfc1716b036e214411df31bb3725fa1 | |
| parent | cd8b42c38a1fde320d2fd4861def9d06d2001c7d (diff) | |
minor
| -rw-r--r-- | php-horde-Horde-Crypt.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec index 94f45a0..13c214e 100644 --- a/php-horde-Horde-Crypt.spec +++ b/php-horde-Horde-Crypt.spec @@ -127,7 +127,7 @@ export CRYPT_TEST_CONFIG='{"gnupg":"%{_bindir}/gpg","gnupg2":"%{_bindir}/gpg2"}'  ret=0  for cmd in php php56 php70 php71 php72; do    if which $cmd; then -    $cmd %{_bindir}/phpunit --verbose . +    $cmd %{_bindir}/phpunit --verbose . || ret=1    fi  done  exit $ret  | 
