t.Run("when-only-gid", func(t *testing.T) {
            t.Run("when-matches", func(t *testing.T) {
                o := &owner.Ownership{GID: intRef(1)}
                d, err := owner.NewOwnershipDiff(m, "foo", o)
                require.NoError(t, err)