summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Alarm.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Alarm.spec')
-rw-r--r--php-horde-Horde-Alarm.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-horde-Horde-Alarm.spec b/php-horde-Horde-Alarm.spec
index 354d626..63e83e1 100644
--- a/php-horde-Horde-Alarm.spec
+++ b/php-horde-Horde-Alarm.spec
@@ -104,7 +104,10 @@ sh %{SOURCE1} %{buildroot} %{pear_name}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit -d date.timezone=UTC .
+phpunit\
+ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+ -d date.timezone=UTC \
+ .
%post