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