diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2021-08-27 21:38:16 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2021-08-27 21:38:16 +0300 |
| commit | 2f01cc1db51368f36ba6ae664a3b0db9234f683f (patch) | |
| tree | fb4a869419816fe4fd83440611a9bc7b6a8140df /test/env.sh | |
| parent | 3015840d9835717762de52e091adb58f1e2e3b63 (diff) | |
add origin host and port to env
Diffstat (limited to 'test/env.sh')
| -rwxr-xr-x | test/env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/env.sh b/test/env.sh index 080c2b5..25927dd 100755 --- a/test/env.sh +++ b/test/env.sh @@ -1,7 +1,7 @@ #!/bin/bash ROOT=$(dirname $0)/.. -PATH=$ROOT/cmd/tunnel +PATH=$ROOT/bin tunnel set args "@[x], @[y]!" tunnel set x Hello |
