Hi Yuriy,
On Mon Aug 19 12:02:29 2013, yoreek wrote:
Show quoted text> On Wed Jul 03 09:58:11 2013, BLGL wrote:
> > If the build directory (or any of its ancestors) has a space in its
> > name,
> > make test fails with a misleading error message:
> >
> > t/49callbacks_returning_undef.t ...... file:///etc/xml/catalog:1:
> > parser error : Document is empty
> >
> > ^
> > file:///etc/xml/catalog:1: parser error : Start tag expected, '<' not
> > found
> >
> > ^
> > # Looks like your test exited with 255 before it could output
> > anything.
> > t/49callbacks_returning_undef.t ...... Dubious, test returned 255
> > (wstat 65280, 0xff00)
> > Failed 1/1 subtests
>
> Hi!
>
> In some cases, the first call callbacks occur when reading the catalog
> "/etc/xml/catalog" - this case, the test will fail.
> I propose to correct this test.
Thanks for the patch. It makes the tests succeed as long as the XML_CATALOG_FILES environment variable is empty (if it's not - it still fails).
I applied it now with a nullification of XML_CATALOG_FILES there for good measure, and it is fixed in XML-LibXML-2.0104 - thanks for the report and fix.
Regards,
-- Shlomi Fish