From 5aa5db3ec46e093320d95b148f1669842ae282b7 Mon Sep 17 00:00:00 2001
From: Francesco Giacomini <giaco at cnaf dot infn dot it>
Date: Sat, 10 Mar 2018 18:00:44 +0100
Subject: [PATCH] fix test

---
 t/expired_ac_proxy.t       | 5 +++--
 t/trust-anchors/10b10516.0 | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 120000 t/trust-anchors/10b10516.0

diff --git a/t/expired_ac_proxy.t b/t/expired_ac_proxy.t
index cad7d17..95d474f 100644
--- a/t/expired_ac_proxy.t
+++ b/t/expired_ac_proxy.t
@@ -7,8 +7,9 @@ __DATA__
 
 === TEST 1: https with x509 client authentication, valid proxy certificate with expired VOMS attributes 
 --- main_config
-    env OPENSSL_ALLOW_PROXY_CERTS=1; 
-    env X509_VOMS_DIR=t/vomsdir;
+    env OPENSSL_ALLOW_PROXY_CERTS=1;
+    env X509_VOMS_DIR=/home/build/ngx_http_voms_module/t/vomsdir;
+    env X509_CERT_DIR=/home/build/ngx_http_voms_module/t/trust-anchors;
 --- http_config
     server {
         error_log logs/error.log debug;
diff --git a/t/trust-anchors/10b10516.0 b/t/trust-anchors/10b10516.0
new file mode 120000
index 0000000..b8991ae
--- /dev/null
+++ b/t/trust-anchors/10b10516.0
@@ -0,0 +1 @@
+igi-test-ca.pem
\ No newline at end of file
-- 
GitLab