mirror of https://github.com/golang/go.git
typo
This commit is contained in:
parent
84629d364d
commit
3e19043290
|
|
@ -2529,7 +2529,7 @@ func TestLookupOrderFilesNoSuchHost(t *testing.T) {
|
|||
|
||||
resolvConf := dnsConfig{servers: defaultNS}
|
||||
if runtime.GOOS == "openbsd" {
|
||||
// Set error to ErrNotExist, so the hostLookupOrder
|
||||
// Set error to ErrNotExist, so that the hostLookupOrder
|
||||
// returns hostLookupFiles for openbsd.
|
||||
resolvConf.err = fs.ErrNotExist
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue