From: Zdeněk Šustr Date: Fri, 24 Feb 2012 14:28:58 +0000 (+0000) Subject: Too much enthusiasm when commenting X-Git-Tag: gridsite-core_R_1_7_17~22 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=aff1abfe644f30bfe9b349e4d0274ad781fb87d0;p=jra1mw.git Too much enthusiasm when commenting --- diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-test-all.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-test-all.sh index 03dc337..abd9d85 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-test-all.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-test-all.sh @@ -396,7 +396,7 @@ EOF if [ -f $vomsfile ]; then VOMSHOSTONLY=`cat $vomsfile | awk '{ print $2 }' | sed 's/"//g'` # VOMSHOST=`cat $vomsfile | awk '{ print $2 ":" $3; }' | sed 's/"//g'` -# VONAME=`cat $vomsfile | awk '{ print $1 }' | sed 's/"//g'` + VONAME=`cat $vomsfile | awk '{ print $1 }' | sed 's/"//g'` # openssl s_client -connect $VOMSHOST 2>&1 | grep "^depth" | sed 's/^depth=//' | sort -r -n > $VOMSHOSTONLY.$$.DNs.txt # VOMSCERT=`tail -n 1 $VOMSHOSTONLY.$$.DNs.txt | sed -r 's/^[0-9]+\s+//'` # VOMSCA=`grep -E "^1[ \t]" $VOMSHOSTONLY.$$.DNs.txt | sed -r 's/^[0-9]+\s+//'`