tests: remove a non portable localtime test
commit3aa84d02ddd22dc9430275f544cb435d64c5e385
authorPádraig Brady <P@draigBrady.com>
Fri, 15 Jan 2016 15:56:30 +0000 (15 15:56 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 15 Jan 2016 16:00:27 +0000 (15 16:00 +0000)
treeff586de931482126f1464be80f0a809eab137c09
parent7648870f391f7565b8a9b0c98d10ff9a0f32ecb7
tests: remove a non portable localtime test

* tests/misc/date.pl: This test was dependent on perl
unconditionally calling the system localtime() as date(1) does.
However perl has its own configure checks in place to avoid buggy
localtime implementations.  Therefore comment out this test
as a FIXME for now.  This test was seen to fail on FreeBSD 10
where localtime() returns nonsense values instead of failing
for arguments >= 2^56.
tests/misc/date.pl