Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl-5.12.1: Remove ext/Time-Local test
The test now fails: ok 1 - timelocal second for 1970 1 2 0 0 0 ok 2 - timelocal minute for 1970 1 2 0 0 0 ok 3 - timelocal hour for 1970 1 2 0 0 0 ok 4 - timelocal day for 1970 1 2 0 0 0 ok 5 - timelocal month for 1970 1 2 0 0 0 not ok 6 - timelocal year for 1970 1 2 0 0 0 # Failed test 'timelocal year for 1970 1 2 0 0 0' # at ext/Time-Local/t/Local.t line 97. # got: '170' # expected: '70' which is probably caused by a Y2K fix in localtime() of glibe. The test fails with with the installed /usr/local/bin/perl to which we want to be compatible as well, so just remove the test.
- Loading branch information