diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-07 13:52:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-07 13:52:15 +0200 |
commit | 173d1d0ee698002fbf95f1afa0cbd10c1460c995 (patch) | |
tree | 51b88bae207fd3cf33fc16d6744b92bf177fceb3 /php-horde-Horde-Util.spec | |
parent | 87e2e31e409884202485bb5abeb08f1fae89c496 (diff) |
php-horde-*: minoir fix for latest phpunit
Diffstat (limited to 'php-horde-Horde-Util.spec')
-rw-r--r-- | php-horde-Horde-Util.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |