summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-zendframework-zend-feed.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php-zendframework-zend-feed.spec b/php-zendframework-zend-feed.spec
index a447fd1..0aa4873 100644
--- a/php-zendframework-zend-feed.spec
+++ b/php-zendframework-zend-feed.spec
@@ -141,6 +141,10 @@ Zend\\Loader\\AutoloaderFactory::factory(array(
))));
require_once '%{php_home}/Zend/autoload.php';
EOF
+%if 0%{?rhel} == 5
+# sqlite is too old
+rm test/PubSubHubbub/Model/SubscriptionTest.php
+%endif
%{_bindir}/phpunit --include-path=%{buildroot}%{php_home}
%else
: Test suite disabled