aboutsummaryrefslogtreecommitdiff
path: root/regress/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib.sh')
-rw-r--r--regress/lib.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib.sh b/regress/lib.sh
index 6116cd7..561f9bf 100644
--- a/regress/lib.sh
+++ b/regress/lib.sh
@@ -14,6 +14,7 @@ run_test() {
host="$REGRESS_HOST"
port=10965
proxy_port=10966
+ proxy=
config_common="log syslog off"
hdr=
body=
@@ -72,7 +73,7 @@ server "$server_name" {
cert "$PWD/localhost.pem"
key "$PWD/localhost.key"
root "$PWD/testdata"
- listen on $host port $port
+ listen on $host port $port $proxy
$2
}
EOF