func TestRemoveDevNull(t *testing.T) { … } func TestSplitPkgConfigOutput(t *testing.T) { … } func TestSharedLibName(t *testing.T) { … } func pkgImportPath(pkgpath string) *load.Package { … } // When installing packages, the installed package directory should // respect the SetGID bit and group name of the destination // directory. // See https://golang.org/issue/18878. func TestRespectSetgidDir(t *testing.T) { … }