]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-httpd.sh
Merge branch 'es/locate-httpd-module-location-in-test'
[thirdparty/git.git] / t / lib-httpd.sh
index 5be3ee44c25f36b336eeb34ff31c73c2f512c239..608949ea80b9a90cd00fcde239e7a39e21184f29 100644 (file)
@@ -175,6 +175,11 @@ prepare_httpd() {
        fi
 }
 
+enable_http2 () {
+       HTTPD_PARA="$HTTPD_PARA -DHTTP2"
+       test_set_prereq HTTP2
+}
+
 start_httpd() {
        prepare_httpd >&3 2>&4