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:48:04 +0000 (11:48 +1100)
commit62179c80701cd4f773afaba54cde577de234f72d
treefd6de3d3d72a89cf1f195c4c4c3a9756f6344e39
parent2d772b7354699fabd06fa0b5b89ddbd6bdd5826d
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