From: Marcel Poul Date: Sun, 3 Feb 2013 23:50:24 +0000 (+0000) Subject: print relevant text X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7ecaf1810352899830afe1a68965e4fe8494be08;p=jra1mw.git print relevant text --- diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-test-ocsp.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-test-ocsp.sh index 0cce94a..b74df4f 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-test-ocsp.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-test-ocsp.sh @@ -119,7 +119,7 @@ ${OPENSSL} x509 -in /etc/grid-security/hostcert.pem -noout\ ocsp_line=`grep OCSP "$server_cert_file"` -echo "Server certificate has OSCP url specified" +printf "Server certificate has OSCP url specified" if [[ ! -z $server_cert_file ]] then test_done @@ -141,7 +141,7 @@ else fi -printf "CANL client: connect to CANL sample server and server cert OCSP verified \n" +printf "CANL client: connect to CANL sample server (OCSP on)\n" ${EMI_CANL_CLIENT} -s "${server_host}" -p "${nu_port}" -o if [ $? != 0 ]; then test_failed