From bf4be3f02b195bb2eb66fc5c05bdc01b01ae1953 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 23 Jul 2015 21:54:52 -0600 Subject: [PATCH] comment updates only for crl-revoked.test --- scripts/crl-revoked.test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/crl-revoked.test b/scripts/crl-revoked.test index ea72750ee..ee9c89447 100755 --- a/scripts/crl-revoked.test +++ b/scripts/crl-revoked.test @@ -70,8 +70,6 @@ run_test() { wait $server_pid server_result=$? - # look up wild-card match - # read about "job control" case "$capture_out" in *$revocation_code*) # only exit with zero on detection of the expected error code @@ -97,7 +95,8 @@ run_test() { # run the test run_test -# If we get to this exit, exit_code will be a -1 signaling failure +# If we get to this exit, exit_code will be a 1 signaling failure echo "exiting with $exit_code certificate was not revoked" exit $exit_code ########## end program ########## +