summaryrefslogtreecommitdiff
path: root/test/hello.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.sh')
-rwxr-xr-xtest/hello.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/hello.sh b/test/hello.sh
index fefe1da..9893089 100755
--- a/test/hello.sh
+++ b/test/hello.sh
@@ -3,9 +3,9 @@
ROOT=$(dirname $0)/..
PATH=$ROOT/cmd/tunnel
-tunnel env clear
-tunnel env set cmd echo
-tunnel env set args ^"%x, %y!"
-tunnel env set x Hello
-tunnel env set y World
+tunnel var clear
+tunnel var set cmd echo
+tunnel var set args ^"%x, %y!"
+tunnel var set x Hello
+tunnel var set y World
tunnel %cmd %args