aboutsummaryrefslogtreecommitdiff
path: root/tests/ocsptest.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-07-04 23:29:39 -0500
committerBrent Cook <bcook@openbsd.org>2016-07-04 23:29:39 -0500
commitaab671088d5a484c2d1f804a7a744fce96d8188f (patch)
tree22e0928c619449b198041a07c579ce95a912265a /tests/ocsptest.sh
parentccf66c469faf898161109d8277d669e4841df319 (diff)
downloadportable-aab671088d5a484c2d1f804a7a744fce96d8188f.tar.gz
portable-aab671088d5a484c2d1f804a7a744fce96d8188f.tar.bz2
portable-aab671088d5a484c2d1f804a7a744fce96d8188f.zip
add OCSP test
Diffstat (limited to 'tests/ocsptest.sh')
-rwxr-xr-xtests/ocsptest.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ocsptest.sh b/tests/ocsptest.sh
new file mode 100755
index 0000000..a1c266d
--- /dev/null
+++ b/tests/ocsptest.sh
@@ -0,0 +1,8 @@
1#!/bin/sh
2set -e
3TEST=./ocsp_test
4if [ -e ./ocsp_test.exe ]; then
5 TEST=./ocsp_test.exe
6fi
7$TEST www.amazon.com 443
8$TEST cloudflare.com 443