summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Stream.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec
index fc26805..8e087f2 100644
--- a/php-horde-Horde-Stream.spec
+++ b/php-horde-Horde-Stream.spec
@@ -77,9 +77,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
+src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
phpunit\
- -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+ --include-path=$src/lib \
-d date.timezone=UTC \
.