提交 0209d160 编写于 作者: A Andy Polyakov

Real Bourne shell doesn't interpret ==, but =.

上级 c8a0d0aa
......@@ -154,7 +154,7 @@ verify_time_stamp_response_fail () {
../../util/shlib_wrap.sh ../../apps/openssl ts -verify -queryfile $1 -in $2 -CAfile demoCA/cacert.pem \
-untrusted tsa_cert1.pem
# Checks if the verification failed, as it should have.
test $? == 0 && error
test $? = 0 && error
echo Ok
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册