aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-02 13:48:32 +0000
committerOmar Polo <op@omarpolo.com>2022-01-02 13:48:32 +0000
commite19f21f5a65dab4520d10f600df86ec36e80ec22 (patch)
tree8424e9dc8e3f80cd931d1b66fd60ccdeeead55f2 /regress
parentec5c5ced4a067647c94c6e1cbc7fe333e3a37c4b (diff)
parethesize `proxy', I'm about to change the syntax
Diffstat (limited to 'regress')
-rw-r--r--regress/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/tests.sh b/regress/tests.sh
index 42fc77f..564145e 100644
--- a/regress/tests.sh
+++ b/regress/tests.sh
@@ -321,7 +321,7 @@ test_proxy_relay_to() {
server "localhost.local" {
cert "$PWD/cert.pem"
key "$PWD/key.pem"
- proxy relay-to "localhost:$port"
+ proxy { relay-to "localhost:$port" }
}
EOF
run