On Mon, Aug 26, 2002 at 11:03:41PM -0700, DH wrote: > t\hints.................NOK 2# Failed test (t\hints.t at line 31) > # got: 'Processing hints file hints\MSWin32.pl > # ' > # expected: 'Processing hints file hints/MSWin32.pl > # ' > t\hints.................NOK 3# Failed test (t\hints.t at line 40) > # got: 'Processing hints file hints\MSWin32.pl > # Argh! > # ' > # expected: 'Processing hints file hints/MSWin32.pl > # Argh! > # ' > # Looks like you failed 2 tests of 3. > t\hints.................dubious > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 2-3 > Failed 2/3 tests, 33.33% okay
Thanks for the report. The hint file code is now using File::Spec so it's reporting the filepaths in native format rather than Unix style. Forgot to take this into account in the tests. So there's no real bug. I'll get a new version out ASAP. -- Michael G Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/ Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One
