t/t9700/test.pl: don't access private object members, use public access methods
authorBrandon Casey <redacted>
Mon, 28 Jun 2010 22:51:02 +0000 (17:51 -0500)
committerJunio C Hamano <redacted>
Tue, 29 Jun 2010 16:32:56 +0000 (09:32 -0700)
commit15eeb6e921a08f2565192701c6b1ee5f1cbe9753
tree99558f59392d6bf5c50435d15e8374c797542430
parent635155fa3d825570080d727245a76e666bbae145
t/t9700/test.pl: don't access private object members, use public access methods

This test is accessing private object members of the Test::More and
Test::Builder objects.  Older versions of Test::More did not implement
these variables using a hash.

My system complains as follows:

   Can't coerce array into hash at <snip>/t/t9700/test.pl line 13.
   BEGIN failed--compilation aborted at <snip>/t/t9700/test.pl line 15.

There are public access methods available for retrieving and setting these
variables, so let's use them instead.

Signed-off-by: Brandon Casey <redacted>
Acked-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t9700/test.pl
git clone https://git.99rst.org/PROJECT