* tests/domainschematest: patch from Guido Günther to fix RNG checking

in out of tree builds.
daniel
This commit is contained in:
Daniel Veillard
2008-08-07 17:52:16 +00:00
parent e94c12451b
commit f61ac900b7
2 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ n=0
f=0
for dir in $DOMAINDIRS
do
XML=`find $dir -name '*.xml'`
XML=`find $abs_srcdir/$dir -name '*.xml'`
for xml in $XML
do