mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
comment updates only for crl-revoked.test
This commit is contained in:
@@ -70,8 +70,6 @@ run_test() {
|
|||||||
wait $server_pid
|
wait $server_pid
|
||||||
server_result=$?
|
server_result=$?
|
||||||
|
|
||||||
# look up wild-card match
|
|
||||||
# read about "job control"
|
|
||||||
case "$capture_out" in
|
case "$capture_out" in
|
||||||
*$revocation_code*)
|
*$revocation_code*)
|
||||||
# only exit with zero on detection of the expected error code
|
# only exit with zero on detection of the expected error code
|
||||||
@@ -97,7 +95,8 @@ run_test() {
|
|||||||
# run the test
|
# run the test
|
||||||
run_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"
|
echo "exiting with $exit_code certificate was not revoked"
|
||||||
exit $exit_code
|
exit $exit_code
|
||||||
########## end program ##########
|
########## end program ##########
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user