From d8ccb5b0c82379fb6afacd86ae1def0c974310a1 Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Thu, 16 Feb 2012 17:30:00 +0000 Subject: [PATCH] check also voms-proxy-fake binaries --- org.glite.testsuites.ctb/CANL-C/tests/canl-common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-common.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-common.sh index a75e0df..42a3e20 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-common.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-common.sh @@ -46,6 +46,8 @@ export PATH #general grid binaries GRIDPROXYINFO=grid-proxy-info +#voms binaries +VOMSPROXYKAE=voms-proxy-fake # default LB ports GLITE_LB_SERVER_PORT=${GLITE_LB_SERVER_PORT:-9000} -- 1.8.2.3