1
0
Fork 0
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:
Guillaume J. Charmes 2013-08-05 16:32:25 -07:00
parent 7c9604e32b
commit dcf9dfb129

View file

@ -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,