diff --git a/src/pkg/os/os_test.go b/src/pkg/os/os_test.go index 1b6cb8028c2..7041136ec9e 100644 --- a/src/pkg/os/os_test.go +++ b/src/pkg/os/os_test.go @@ -942,11 +942,6 @@ func TestHostname(t *testing.T) { return } - // TODO(jsing): Fix nametomib() on OpenBSD - if syscall.OS == "openbsd" { - return - } - // Check internal Hostname() against the output of /bin/hostname. // Allow that the internal Hostname returns a Fully Qualified Domain Name // and the /bin/hostname only returns the first component