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¹'ï}¹'ï~mBINK--- 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.