summaryrefslogtreecommitdiff
path: root/test/env.sh
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2020-05-19 01:47:49 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2020-05-23 01:14:11 +0300
commit1c4c61c90272fe251245da5f30b6134ba5a410f1 (patch)
treed2809dd944de691e66422aec1becb4acc17b9a19 /test/env.sh
parent2c5259a594f5d8ddf12691deb6a79a0b566f024e (diff)
add redirect listen option
Diffstat (limited to 'test/env.sh')
-rwxr-xr-xtest/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/env.sh b/test/env.sh
index 7e60718..5003757 100755
--- a/test/env.sh
+++ b/test/env.sh
@@ -4,7 +4,7 @@ ROOT=$(dirname $0)/..
PATH=$ROOT/cmd/tunnel
tunnel set cmd echo
-tunnel set args ^"@x, @y!"
+tunnel set args :"@x, @y!"
tunnel set x Hello
tunnel set y World
tunnel @cmd @args