comment updates only for crl-revoked.test

pull/109/head
kaleb-himes 2015-07-23 21:54:52 -06:00
parent ddb638d020
commit bf4be3f02b
1 changed files with 2 additions and 3 deletions

View File

@ -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 ##########