summaryrefslogtreecommitdiff
path: root/pkg/test/exec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/test/exec_test.go')
-rw-r--r--pkg/test/exec_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/test/exec_test.go b/pkg/test/exec_test.go
index c8d61a0..028b206 100644
--- a/pkg/test/exec_test.go
+++ b/pkg/test/exec_test.go
@@ -12,7 +12,7 @@ func TestExec(t *testing.T) {
c := e.newInstance()
- c.Exec("add name T listen,addr=-:0 upper exec,cmd=cat")
+ c.Exec("add name T listen,addr=%%0 upper exec,cmd=cat")
conn := e.Dial("tcp", c.Get("tunnel.T.listen"))