Fixing test script so it works properly?
This commit is contained in:
parent
0ae253bfa8
commit
8204fab918
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user