tunnel: remove unused test loop (#1878)
Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
parent
d66803a136
commit
3d1ba914fc
@ -113,7 +113,6 @@ func testAccept(t *testing.T, tun Tunnel, wait chan bool, wg *sync.WaitGroup) {
|
||||
}
|
||||
|
||||
// get a message
|
||||
for {
|
||||
// accept the message
|
||||
m := new(transport.Message)
|
||||
if err := c.Recv(m); err != nil {
|
||||
@ -133,7 +132,6 @@ func testAccept(t *testing.T, tun Tunnel, wait chan bool, wg *sync.WaitGroup) {
|
||||
wait <- true
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
// testSend will create a new link to an address and then a tunnel on top
|
||||
|
Loading…
Reference in New Issue
Block a user