mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update utils_test.go
This commit is contained in:
parent
7c9604e32b
commit
dcf9dfb129
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
nameserver 10.0.2.3
|
||||
search dotcloud.net`: false,
|
||||
|
|
Loading…
Reference in a new issue