summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-02 13:53:33 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-02 13:53:33 +0200
commit8a4c198ee7c1a6432b01a847aaeab94b4fe13480 (patch)
treebdd794125cef841d5a719f7e646328c77109d86f
parent25860982bf452fc99898dd4905eb412ed4772d98 (diff)
php-zendframework-zend-expressive-aurarouter: cleanup
-rw-r--r--php-zendframework-zend-expressive-router.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-zendframework-zend-expressive-router.spec b/php-zendframework-zend-expressive-router.spec
index 45737b8..aa13a5a 100644
--- a/php-zendframework-zend-expressive-router.spec
+++ b/php-zendframework-zend-expressive-router.spec
@@ -137,7 +137,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