strftime-tests: also test nanoseconds
authorAlex Nelson <ajnelson@cs.ucsc.edu>
Wed, 14 Dec 2011 02:52:59 +0000 (18:52 -0800)
committerEric Blake <eblake@redhat.com>
Wed, 14 Dec 2011 16:07:49 +0000 (09:07 -0700)
commit4e0358a6af54a597c5a3a8f7558a7e856758b141
tree5d30e7559c02b6096158c68de8e6b13cd49c3f1c
parent443bc5ffcf7429e557f4a371b0661abe98ddbc13
strftime-tests: also test nanoseconds

The test-strftime program did not test the display of nanoseconds.  This
patch clarifies the expected output for a number of nanoseconds with
trailing zeroes.

* tests/test-strftime.c (T): Add a test of %N.
Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
ChangeLog
tests/test-strftime.c