Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Path-Class CPAN distribution.

Maintainer(s)' notes

I prefer that bugs & patches are filed on GitHub rather than on RT: https://github.com/kenahoo/Path-Class/issues. Thanks.

Report information
The Basics
Id: 58180
Status: resolved
Priority: 0/
Queue: Path-Class

People
Owner: Nobody in particular
Requestors: Anonymous (no email address)
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fails 01-basic.t on Mac OSX
Date: Mon, 7 Jun 2010 00:06:57 +0200 (CEST)
To: bug-Path-Class [...] rt.cpan.org
From: Anonymous <cripto [...] ecn.org>
On Mac OSX the root homedir is /var/root but /var is symlinked to /private/var. That is why this test is failing: t/01-basic.t ....... 1/66 # Test 41 got: "/private/var/root/.cpan/build/Path-Class-0.18-z7IU2V" (t/01-basic.t at line 82) # Expected: "/var/root/.cpan/build/Path-Class-0.18-z7IU2V" # t/01-basic.t line 82 is: ok dir()->absolute, dir(Cwd::cwd())->cleanup;
Thanks for this report - looks like I fixed it back in 2009-12-28, but forgot to close this ticket.