ipn, controlclient: add control.New parameter
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
@ -1031,7 +1031,7 @@ func newServer(t *testing.T) *server {
|
||||
s.control.ServeHTTP(w, r)
|
||||
}
|
||||
}))
|
||||
s.control, err = control.New(tmpdir, tmpdir, s.http.URL, true)
|
||||
s.control, err = control.New(tmpdir, tmpdir, tmpdir, s.http.URL, true)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user