t/t0012-reload-empty-config.sh: access ivars directly if needed
commit2c6aa5878d052abb77c6d119e1c2e2110118a244
authorEric Wong <e@80x24.org>
Tue, 21 Feb 2017 21:25:25 +0000 (21 21:25 +0000)
committerEric Wong <e@80x24.org>
Tue, 21 Feb 2017 21:27:27 +0000 (21 21:27 +0000)
tree5492a4b2a207ca6858390212cddbf332b3c129dc
parentc4b58719e8aa7f2b4979d139ca166a8c6a11eb7e
t/t0012-reload-empty-config.sh: access ivars directly if needed

We'll be moving to direct ivar access to reduce the API (and
method entry) overhead of internal unicorn classes.  This means
some tests like this one will reach deeper into internals.

This will be necessary for the upcoming changes to add new
configuration options to unicorn.
t/t0012-reload-empty-config.sh