summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Crypt.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec
index b301d14..05a77d6 100644
--- a/php-horde-Horde-Crypt.spec
+++ b/php-horde-Horde-Crypt.spec
@@ -125,7 +125,7 @@ rm PgpKeyserverTest.php
ret=0
for cmd in php php56 php70 php71 php72; do
if which $cmd; then
- $cmd %{_bindir}/phpunit . --verbose || ret=1
+ $cmd %{_bindir}/phpunit --verbose . || ret=1
fi
done
exit $ret