summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-08 09:49:19 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-08 09:49:19 +0200
commite89ba87f920cd5f3d454087603fe77bc9752c56a (patch)
treeb915a68a1dc256abc23e896b0177a78adf673361
parent278307979620ea2e6e8270d7a51d0aab15c700a6 (diff)
horde: fix FTBFS (include path) + cleanups
-rw-r--r--php-horde-Horde-Vfs.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec
index 24ddd10..8351196 100644
--- a/php-horde-Horde-Vfs.spec
+++ b/php-horde-Horde-Vfs.spec
@@ -132,7 +132,7 @@ sed -e 's/testDeleteUnusalFileNames/SKIP_testDeleteUnusalFileNames/' \
-i FileTest.php
phpunit \
- -d include_path=$src/lib:.:%{pear_phpdir} \
+ --include-path=$src/lib \
-d date.timezone=UTC \
.
%else