summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Alarm.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-19 19:32:52 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-19 19:32:52 +0100
commite1d5735d5197ca96839c9c5e44177a95f14d2050 (patch)
treefc279ced2982c056a0f42235b9277a473e4ef64e /php-horde-Horde-Alarm.spec
parent15eeba1fc725c015294d7abdbb664ffbba5371a3 (diff)
php-horde-Horde-Alarm: fix test
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