summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/testsslproxy
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2010-07-28 09:00:21 +0000
committercvs2svn <admin@example.com>2010-07-28 09:00:21 +0000
commit5ddaa036d8d4dbc19363c6710257163923c0cd40 (patch)
treea3c06ac6c5718f455db47eeb67025a4ec403a055 /src/lib/libssl/test/testsslproxy
parentb8cf097636fac0ceae64ef6eaea1e283d31c6d71 (diff)
downloadopenbsd-OPENBSD_4_8_BASE.tar.gz
openbsd-OPENBSD_4_8_BASE.tar.bz2
openbsd-OPENBSD_4_8_BASE.zip
This commit was manufactured by cvs2git to create tag 'OPENBSD_4_8_BASE'.OPENBSD_4_8_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