diff --git a/numcpus_test.go b/numcpus_test.go index 4375166..93a8f87 100644 --- a/numcpus_test.go +++ b/numcpus_test.go @@ -101,6 +101,4 @@ func TestGetPresent(t *testing.T) { t.Fatalf("GetPresent: %v", err) } t.Logf("Present = %v", n) - - testGetconf(t, n, "GetPresent", "_NPROCESSORS_CONF") }