diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-02 13:48:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-02 13:48:32 +0000 |
commit | e19f21f5a65dab4520d10f600df86ec36e80ec22 (patch) | |
tree | 8424e9dc8e3f80cd931d1b66fd60ccdeeead55f2 /regress | |
parent | ec5c5ced4a067647c94c6e1cbc7fe333e3a37c4b (diff) |
parethesize `proxy', I'm about to change the syntax
Diffstat (limited to 'regress')
-rw-r--r-- | regress/tests.sh | 2 |
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 |