Fixing test script so it works properly?

master
bbruns 2010-10-06 18:50:49 +00:00
parent 0ae253bfa8
commit 8204fab918
1 changed files with 5 additions and 3 deletions

View File

@ -8,9 +8,6 @@ if [ ! -r $BASEDIR/include/static ] || [ ! -r $BASEDIR/include/functions ]; then
exit 1
fi
. $BASEDIR/include/static
. $BASEDIR/include/functions
if [ -r $BASEDIR/options ]; then
. $BASEDIR/options
else
@ -18,6 +15,11 @@ else
exit 1
fi
. $BASEDIR/include/static
. $BASEDIR/include/functions