Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-Info CPAN distribution.

Report information
The Basics
Id: 722
Status: resolved
Priority: 0/
Queue: App-Info

People
Owner: dwheeler [...] cpan.org
Requestors: arthur [...] contiller.se
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: 0.12



Subject: t/util.t silly test failure
My development apperently has /foo directory making the test case fail, the test adds a 123456789 to the directory names under unix to make it a bit more lamer proof for lamers like me :) Regards
util.t.patchš¹'ï}¹'ï~mBIN‚K--- t/util.t.bak Sat Jun 8 17:26:42 2002 +++ t/util.t Sat Jun 8 17:27:11 2002 @@ -27,7 +27,7 @@ "first_path() returns undef on this platform" ); } else { # Assume unix. - is( $util->first_path("/foo:/bar:$root"), $root, "Test first_path"); + is( $util->first_path("/foo1234567890:/bar123456789:$root"), $root, "Test first_path"); } # Test first_file(). First, create a file to find.