Eventscripts: make loadconfig() function hookable by the test suite.
authorMartin Schwenke <martin@meltin.net>
Tue, 31 Aug 2010 07:40:40 +0000 (17:40 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 17 Nov 2010 00:47:35 +0000 (11:47 +1100)
commitea77f1b2a161f194b8b152da3cd94c67cbdd7ed9
tree2ccdf8c6df0a5e86caa6f7cc36ca4a5ffb7b2315
parent6d118faada8ffbde7f35e1a0b4d2df21ac67dec2
Eventscripts: make loadconfig() function hookable by the test suite.

Rename loadconfig() to _loadconfig().  Add a new loadconfig() that
simply calls _loadconfig().

This makes it easy for the test suite to override loadconfig().

Signed-off-by: Martin Schwenke <martin@meltin.net>
config/functions