* New xml_isancestor xml function

* Fixed memleak test for upgrade
This commit is contained in:
Olof Hagsand 2019-02-27 16:33:51 +01:00
parent f035c3ca23
commit ceb5df2050
5 changed files with 37 additions and 9 deletions

View file

@ -23,7 +23,7 @@
>&2 echo "Running $testfile"
# Site file, an example of this file in README.md
if [ -x ./site.sh ]; then
if [ -f ./site.sh ]; then
. ./site.sh
if [ $? -ne 0 ]; then