mirror of https://github.com/docker/docs.git
Update utils_test.go
This commit is contained in:
parent
7c9604e32b
commit
dcf9dfb129
|
@ -318,7 +318,7 @@ func TestGetResolvConf(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCheclLocalDns(t *testing.T) {
|
func TestCheckLocalDns(t *testing.T) {
|
||||||
for resolv, result := range map[string]bool{`# Dynamic
|
for resolv, result := range map[string]bool{`# Dynamic
|
||||||
nameserver 10.0.2.3
|
nameserver 10.0.2.3
|
||||||
search dotcloud.net`: false,
|
search dotcloud.net`: false,
|
||||||
|
|
Loading…
Reference in New Issue