Module Name: src Committed By: apb Date: Sat Jan 19 15:21:43 UTC 2013
Modified Files:
src/tests/lib/libutil: t_parsedate.c
Log Message:
Test parsedate("@-2",...) (should return -2 and not set errno);
and parsedate("@junk",...) (should return -1 and set errno).
We were already testing "@-1".
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libutil/t_parsedate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
