diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/env.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/env.sh b/test/env.sh index 5003757..080c2b5 100755 --- a/test/env.sh +++ b/test/env.sh @@ -3,9 +3,8 @@ 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 +tunnel echo -e @args tunnel clear |
