Re: [PATCH] t/t9700/test.pl: don't access private object members, use public access methods
From: Junio C Hamano <hidden> Date: 2016-06-15 22:49:01
Brandon Casey [off-list ref] writes:
quoted
quoted
There are public access methods available for retrieving and setting these
variables, so let's use them instead.
Signed-off-by: Brandon Casey <redacted>
This looks good, sorry for the API mistake on my part.