summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Core.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-02 08:12:08 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-02 08:12:08 +0200
commitd788a5b2af463f9c69b85a8d705c3eee514c107b (patch)
treeb53d33735c0121cacc546d5fdc852f284951d6c7 /php-horde-Horde-Core.spec
parent9dd84c8f879fef907692837740e7c45cf2f048e7 (diff)
php-horde-Horde-Http: 2.1.7
Diffstat (limited to 'php-horde-Horde-Core.spec')
-rw-r--r--php-horde-Horde-Core.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec
index 2adbe62..af5a0a8 100644
--- a/php-horde-Horde-Core.spec
+++ b/php-horde-Horde-Core.spec
@@ -245,7 +245,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