On Mon, Dec 02, 2002 at 12:30:04PM +0100, H.Merijn Brand wrote: > On Mon 02 Dec 2002 12:28, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > > On Mon 02 Dec 2002 02:32, David Wheeler <[EMAIL PROTECTED]> wrote: > > > Tim, > > > > > > Got just one warning with the new 1.32 release on Mac OS X 10.2.2: > > > > HP-UX 10.20 and 11.00 all fine. AIX get errors: > > > > t/06attrs..............ok 57/125# Failed test 61 in t/06attrs.t at line 101 > > t/06attrs..............NOK 61# t/06attrs.t line 101 is: ok( $err =~ >/^DBD::ExampleP::st execute failed: opendir\(foo\): No such file or directory/ ); > > t/06attrs..............NOK 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' ); > > t/06attrs..............FAILED tests 61-62 > > Failed 2/125 tests, 98.40% okay > > 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' );
Thanks. I'll fix the test. Meanwhile it's fairly obvious that the 'failure' can be safely ignored. (CC'd to dbi-users) Tim.
