diff --git a/testing/testing.conf b/testing/testing.conf index 4b30ee04b..1e691f8cd 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -14,9 +14,10 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. -if [ -f testing.conf.local ] +TESTINGDIR=$(dirname `readlink -f ${BASH_SOURCE[0]}`) +if [ -f $TESTINGDIR/testing.conf.local ] then - . testing.conf.local + . $TESTINGDIR/testing.conf.local fi # Root directory of testing