Revision 583f4bf7e8e83e503046b7e5a1e01b48e64bce54 authored by Matt Caswell on 19 December 2015, 14:42:06 UTC, committed by Matt Caswell on 19 December 2015, 20:40:39 UTC
Fix some more URLs mangled by indent in the reformat. These ones don't exist in master so we have a separate commit. Based on a patch supplied by Arnaud Lacombe <al@aerilon.ca> Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent ff2c19e
testsslproxy
#! /bin/sh
echo 'Testing a lot of proxy conditions.'
echo 'Some of them may turn out being invalid, which is fine.'
for auth in A B C BC; do
for cond in A B C 'A|B&!C'; do
sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
if [ $? = 3 ]; then exit 1; fi
done
done

Computing file changes ...