summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Mail.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Mail.spec')
-rw-r--r--php-horde-Horde-Mail.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-horde-Horde-Mail.spec b/php-horde-Horde-Mail.spec
index 5bc563e..252c073 100644
--- a/php-horde-Horde-Mail.spec
+++ b/php-horde-Horde-Mail.spec
@@ -86,7 +86,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
%if %{with_tests}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit .
+phpunit\
+ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+ -d date.timezone=UTC \
+ .
%else
: Test disabled, missing '--with tests' option.
%endif