]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-git-svn.sh
t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP tests
[thirdparty/git.git] / t / lib-git-svn.sh
index 5d4ae629e14e668279a559527876685689cae61c..bc0b9c71f824dd31984d05ef8e39bb48fade2db6 100644 (file)
@@ -69,7 +69,7 @@ svn_cmd () {
 maybe_start_httpd () {
        loc=${1-svn}
 
-       if git env--helper --type=bool --default=false --exit-code GIT_TEST_HTTPD
+       if git env--helper --type=bool --default=false --exit-code GIT_TEST_SVN_HTTPD
        then
                . "$TEST_DIRECTORY"/lib-httpd.sh
                LIB_HTTPD_SVN="$loc"