From 1be53093899cbb9020702d71af848cf3cfce142c Mon Sep 17 00:00:00 2001 From: lcappelli <laura.cappelli@cnaf.infn.it> Date: Thu, 17 Nov 2022 15:38:27 +0100 Subject: [PATCH] Delete forgetted load dynamic modules --- t/eec_cert.t | 2 -- t/eec_subject.t | 2 -- t/untrusted_ac.t | 2 -- 3 files changed, 6 deletions(-) diff --git a/t/eec_cert.t b/t/eec_cert.t index c0fd549..ec83f8f 100644 --- a/t/eec_cert.t +++ b/t/eec_cert.t @@ -60,8 +60,6 @@ GET / === TEST 2: EEC --- main_config - load_module /etc/nginx/modules/ngx_http_echo_module.so; - load_module /etc/nginx/modules/ngx_http_voms_module.so; env X509_VOMS_DIR=t/vomsdir; env X509_CERT_DIR=t/trust-anchors; --- http_config diff --git a/t/eec_subject.t b/t/eec_subject.t index fabd9e5..e3a7111 100644 --- a/t/eec_subject.t +++ b/t/eec_subject.t @@ -39,8 +39,6 @@ CN=Test CA,O=IGI,C=IT === TEST 2: standard x.509 certificate --- main_config - load_module /etc/nginx/modules/ngx_http_echo_module.so; - load_module /etc/nginx/modules/ngx_http_voms_module.so; env X509_VOMS_DIR=t/vomsdir; env X509_CERT_DIR=t/trust-anchors; --- http_config diff --git a/t/untrusted_ac.t b/t/untrusted_ac.t index a3decd3..4aec7b1 100644 --- a/t/untrusted_ac.t +++ b/t/untrusted_ac.t @@ -40,8 +40,6 @@ Cannot verify AC signature === TEST 2: Valid proxy, VOMS trust-anchor missing --- main_config - load_module /etc/nginx/modules/ngx_http_echo_module.so; - load_module /etc/nginx/modules/ngx_http_voms_module.so; env X509_VOMS_DIR=t/vomsdir; env X509_CERT_DIR=t; --- http_config -- GitLab