summaryrefslogtreecommitdiff
path: root/test/env.sh
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2020-02-23 17:13:30 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2020-02-23 17:13:30 +0300
commit313241616373ad01413e20758b6edb36afc2762b (patch)
tree8e7b46c117509f70e08294b7b29dce9255385645 /test/env.sh
parentd3e48b2676c70ef20c33d70220c4a4b22f3a0e5b (diff)
auth simple test
Diffstat (limited to 'test/env.sh')
-rwxr-xr-xtest/env.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/env.sh b/test/env.sh
new file mode 100755
index 0000000..bcff497
--- /dev/null
+++ b/test/env.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+ROOT=$(dirname $0)/..
+PATH=$ROOT/cmd/tunnel
+
+tunnel var set cmd echo
+tunnel var set args ^"@x, @y!"
+tunnel var set x Hello
+tunnel var set y World
+tunnel @cmd @args
+tunnel var clear