* 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

@ -1,3 +1,8 @@
Thu Aug 7 19:47:40 CEST 2008 Daniel Veillard <veillard@redhat.com>
* tests/domainschematest: patch from Guido Günther to fix RNG checking
in out of tree builds.
Thu Aug 7 06:32:05 PDT 2008 Dan Smith <danms@us.ibm.com>
* src/veth.c: Fix assigned device name clash

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