[apache2] 02/04: Fix t/modules/filter.t

Stefan Fritsch sf at moszumanska.debian.org
Mon Aug 7 00:57:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit c4de9d1c0c2c8da5a73cb1c8eea54fa42e1cc703
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Aug 7 00:32:39 2017 +0200

    Fix t/modules/filter.t
    
    Needs a TypesConfig directive
---
 debian/tests/run-test-suite | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/tests/run-test-suite b/debian/tests/run-test-suite
index 60d7fa2..184d668 100644
--- a/debian/tests/run-test-suite
+++ b/debian/tests/run-test-suite
@@ -11,7 +11,6 @@ cp -a debian/perl-framework $AUTOPKGTEST_TMP
 cd $AUTOPKGTEST_TMP/perl-framework
 
 # XXX TODO these tests have problems and need debugging
-rm t/modules/filter.t
 rm t/modules/info.t
 rm t/protocol/echo.t
 rm t/security/CVE-2009-3555.t
@@ -28,6 +27,8 @@ run_tests () {
 	for m in bucketeer case_filter case_filter_in ; do
 		echo "LoadModule ${m}_module /usr/lib/apache2/modules/mod_${m}.so" >> apache2.conf.debian
 	done
+	# need TypesConfig from mime.conf for t/modules/filter.t
+	cat /etc/apache2/mods-available/mime.conf >> apache2.conf.debian
 	echo "Servername localhost" >> apache2.conf.debian
 	make clean || true
 	perl -p -i -e 's,^Include,#Include,' apache2.conf.debian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list