summaryrefslogtreecommitdiff
path: root/test/env.sh
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2020-09-10 00:18:05 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2020-09-10 00:18:05 +0300
commit92fdd0e34e1fddf3cc85c3e0691d4fd1196bc382 (patch)
tree91ad84809c7d46e06196bd931cbeda34b648e869 /test/env.sh
parentcc5f5c9dbd8076a3a119c2b0e214e4d9c4f9bb1d (diff)
expandable variable syntax
Diffstat (limited to 'test/env.sh')
-rwxr-xr-xtest/env.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/env.sh b/test/env.sh
index 5003757..080c2b5 100755
--- a/test/env.sh
+++ b/test/env.sh
@@ -3,9 +3,8 @@
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
+tunnel echo -e @args
tunnel clear