From 173d1d0ee698002fbf95f1afa0cbd10c1460c995 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 May 2014 13:52:15 +0200 Subject: php-horde-*: minoir fix for latest phpunit --- php-horde-Horde-Util.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec index 814117f..a15ebad 100644 --- a/php-horde-Horde-Util.spec +++ b/php-horde-Horde-Util.spec @@ -91,7 +91,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) phpunit \ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . %else -- cgit