Currently, lib-git-svn checks a proper subset of the paths that
lib-httpd checks for apache modules.

Make it check the same set so that apache is run by one when it is run
by the other (provide ports have been set).

Signed-off-by: Michael J Gruber <g...@drmicha.warpmail.net>
---

Notes:
    Again, I'm wondering how many are running these tests.
    They would not run on a 64bit system with redhat type fs layout.

 t/lib-git-svn.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh
index b0ec12f..2a0ef07 100644
--- a/t/lib-git-svn.sh
+++ b/t/lib-git-svn.sh
@@ -87,8 +87,10 @@ prepare_httpd () {
        fi
        for d in \
                "$SVN_HTTPD_MODULE_PATH" \
-               /usr/lib/apache2/modules \
                /usr/libexec/apache2 \
+               /usr/lib/apache2/modules \
+               /usr/lib64/httpd/modules \
+               /usr/lib/httpd/modules \
        ; do
                if test -d "$d"
                then
-- 
2.4.0.rc1.221.gf7021fb

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to