summaryrefslogtreecommitdiff
path: root/test/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/env.sh')
-rwxr-xr-xtest/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/env.sh b/test/env.sh
index 7e60718..5003757 100755
--- a/test/env.sh
+++ b/test/env.sh
@@ -4,7 +4,7 @@ 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