提交 4e397d07 编写于 作者: U Ulf Möller

message style

上级 9eb87941
...@@ -16,7 +16,7 @@ export OPENSSL ...@@ -16,7 +16,7 @@ export OPENSSL
error () { error () {
echo "ERROR DURING TSA TESTS!!!!!!!!!!!!!!!!" >&2 echo "TSA test failed!" >&2
exit 1 exit 1
} }
...@@ -152,6 +152,7 @@ verify_time_stamp_response_fail () { ...@@ -152,6 +152,7 @@ verify_time_stamp_response_fail () {
-untrusted tsa_cert1.pem -untrusted tsa_cert1.pem
# Checks if the verification failed, as it should have. # Checks if the verification failed, as it should have.
test $? == 0 && error test $? == 0 && error
echo Ok
} }
# main functions # main functions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册