We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61763a8 commit de2a26fCopy full SHA for de2a26f
internal/pkg/agent/cmd/container_init_test.go
@@ -41,7 +41,7 @@ func Test_chownPaths(t *testing.T) {
41
42
require.EqualValues(t, distinctPaths{firstParentDir: {}, secondParentDir: {}}, pathsToChown)
43
44
- err = pathsToChown.chown(os.Getuid(), os.Getpid())
+ err = pathsToChown.chown(os.Getuid(), os.Getgid())
45
require.NoError(t, err)
46
}
47
0 commit comments