From 7ecaf1810352899830afe1a68965e4fe8494be08 Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Sun, 3 Feb 2013 23:50:24 +0000 Subject: [PATCH] print relevant text --- org.glite.testsuites.ctb/CANL-C/tests/canl-test-ocsp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.2.3