From f031a6fc676aa4c9abfb2dbaa8574bbafa303725 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Tue, 26 Jun 2018 17:03:04 -0600 Subject: [PATCH] check on variable for printout --- scripts/ocsp.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ocsp.test b/scripts/ocsp.test index 266679ecd..eb47fbf13 100755 --- a/scripts/ocsp.test +++ b/scripts/ocsp.test @@ -29,7 +29,7 @@ if [ $RESULT = 0 ]; then # client test against the server ./examples/client/client -X -C -h $server -p 443 -A $ca -g -o -N GR_RESULT=$? - [ $GL_RESULT -ne 0 ] && echo -e "\n\nClient connection failed" + [ $GR_RESULT -ne 0 ] && echo -e "\n\nClient connection failed" else GR_RESULT=1 fi