about summary refs log tree commit diff
path: root/time/datemsk
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused DATEMSK file for tst-getdateMartin Coufal2023-06-091-2/+0
| | | | | | | | tst-getdate used to rely on an in-tree datemsk file that was subsequently replaced by a file created during test execution. This commit removes the unused file and corresponding env-var and uses a more appropriate name for the temp file. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
* * time/Makefile (tst-getdate-ENV): Add TZDIR to environment.Andreas Jaeger2001-07-181-0/+1
| | | | | | | | * time/Depend: New, add dependency on timezone. * time/tst-getdate.c: Add testcase for bug report by Hendrik Uhlmann <HUhlmann@stn-atlas.de>. * time/datemsk: Likewise.
* Update.Ulrich Drepper2000-03-031-0/+1
2000-03-01 Andreas Jaeger <aj@suse.de> * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK. (tests): Added tst-getdate. * time/tst-getdate.c: New file. * time/datemsk: New file, needed for tst-getdate.