Update utils_test.go

Upstream-commit: dcf9dfb12961fc8101624af0b925d026fde4cde1
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-08-05 16:32:25 -07:00
parent ce6d62db16
commit 74373c4d59

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,