summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/hello.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.sh b/test/hello.sh
index 26711ef..fefe1da 100755
--- a/test/hello.sh
+++ b/test/hello.sh
@@ -5,7 +5,7 @@ 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 env set args "%x, %y!"
tunnel %cmd %args