aboutsummaryrefslogtreecommitdiff
path: root/tests/ocsptest.sh
blob: a1c266de8244af7aa20885cb76e91a278bee6144 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
TEST=./ocsp_test
if [ -e ./ocsp_test.exe ]; then
	TEST=./ocsp_test.exe
fi
$TEST www.amazon.com 443
$TEST cloudflare.com 443