H.Merijn Brand wrote: > [...] > > It's just AIX error messages that differ: > > not ok 62 > # Test 62 got: 'opendir(foo): A file or directory in the path name does not exist.' >(t/06attrs.t at line 104) > # Expected: 'opendir(foo): No such file or directory' > # t/06attrs.t line 104 is: ok( $sth->errstr, 'opendir(foo): No such file or >directory' );
FYI: The output on my exotic platform (perl5.6.1, WinNT, BC5.5) is: not ok 62 # Test 62 got: 'opendir(foo): No such file or directory ' (t\06attrs.t at line 104) # Expected: 'opendir(foo): No such file or directory' Note the CR/LF at the end of the error message! Steffen
