> FAIL: test-parse-datetime
> =========================
> 
> test-parse-datetime.c:434: assertion 'parse_datetime (&result, "TZ=\"\\\\\"", 
> &now)' failed
> FAIL test-parse-datetime (exit status: 134)

The problem comes from the tzalloc function.
On NetBSD, tzalloc() is in libc, and tzalloc("\\") returns NULL.
On other platforms, tzalloc() comes from Gnulib, and tzalloc("\\") returns
non-NULL.

Which behaviour is correct?

I think we should encode the expected behaviour of tzalloc() in the
(not yet existent) tests module for 'time_rz'.

Bruno



Reply via email to