summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-23 15:00:36 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-23 15:00:36 +0100
commit4ab3d4a4dae35bafa8d16a9c5e8fda2af09183e8 (patch)
tree46fbd67cd7a585332b16c57bd9b255c58ecd6ca4
parent6287f90d517084b0d3959f6d89143eedfccefb0d (diff)
minor
-rw-r--r--php-zendframework-zend-crypt.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-zendframework-zend-crypt.spec b/php-zendframework-zend-crypt.spec
index 1007400..4a5be0e 100644
--- a/php-zendframework-zend-crypt.spec
+++ b/php-zendframework-zend-crypt.spec
@@ -158,7 +158,7 @@ if which php56; then
run=1
fi
if which php71; then
- php70 %{_bindir}/phpunit || ret=1
+ php71 %{_bindir}/phpunit || ret=1
run=1
fi
if [ $run -eq 0 ]; then