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:46:48 +0000 (11:46 +1100)
commit1d77a3adfff893b3c01b87f791e72c0d3148425c
tree541aae9947a0bd307e5f4ea61b6e0ede33efbdca
parent26077e6c8eb126584af587e7416154ea4858aea2
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