mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-21 14:11:56 +00:00
all: minor code cleanup
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
parent
39ffa16853
commit
c8829b742b
@ -32,6 +32,5 @@ func init() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@ func TestMain(m *testing.M) {
|
|||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestOneNodeUp_NoAuth(t *testing.T) {
|
func TestOneNodeUpNoAuth(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
bins := BuildTestBinaries(t)
|
bins := BuildTestBinaries(t)
|
||||||
|
|
||||||
@ -190,7 +190,7 @@ func TestStateSavedOnStart(t *testing.T) {
|
|||||||
d1.MustCleanShutdown(t)
|
d1.MustCleanShutdown(t)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestOneNodeUp_Auth(t *testing.T) {
|
func TestOneNodeUpAuth(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
bins := BuildTestBinaries(t)
|
bins := BuildTestBinaries(t)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user