summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/testsslproxy
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2013-07-22 14:40:46 +0000
committercvs2svn <admin@example.com>2013-07-22 14:40:46 +0000
commita774ec75c287e97bb3c5d6d173106c3ffc34cecd (patch)
treebd780ec06a0ecf4266671f44fd591dce8dafdf32 /src/lib/libssl/test/testsslproxy
parent8672232afd26154405111b9f6b8a691a6e239d06 (diff)
downloadopenbsd-OPENBSD_5_4_BASE.tar.gz
openbsd-OPENBSD_5_4_BASE.tar.bz2
openbsd-OPENBSD_5_4_BASE.zip
This commit was manufactured by cvs2git to create tag 'OPENBSD_5_4_BASE'.OPENBSD_5_4_BASE
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/test/testsslproxy10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libssl/test/testsslproxy b/src/lib/libssl/test/testsslproxy
deleted file mode 100644
index 58bbda8ab7..0000000000
--- a/src/lib/libssl/test/testsslproxy
+++ /dev/null
@@ -1,10 +0,0 @@
1#! /bin/sh
2
3echo 'Testing a lot of proxy conditions.'
4echo 'Some of them may turn out being invalid, which is fine.'
5for auth in A B C BC; do
6 for cond in A B C 'A|B&!C'; do
7 sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
8 if [ $? = 3 ]; then exit 1; fi
9 done
10done