diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-13 17:39:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-13 17:39:40 +0000 |
commit | cac9f4ecd5a7500890486c0cc41517e73899451d (patch) | |
tree | 3b679f045991ff678d954483b85301613fce379a /ChangeLog | |
parent | 9609435c3568583edd6bc42df48c1733fb5a957f (diff) | |
download | coreutils-cac9f4ecd5a7500890486c0cc41517e73899451d.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -2,10 +2,17 @@ * Version 5.3.1. + * tests/date: Remove directory + * tests/Makefile.am (SUBDIRS): Remove date. + * configure.ac (AC_CONFIG_FILES): Remove tests/date/Makefile. + + * tests/Coreutils.pm: New keywords, ENV and ENV_DEL, to support + tests/misc/date. + With todays additions, the generated shell script, tests/date/date-tests had becoming far too large (over 350KB), so use the superior-but-perl-requiring framework instead. - * tests/date/Test.pm: Move new tests from here... + * tests/date/Test.pm: Move all tests from here... * tests/misc/date: ...to this new file. * tests/misc/Makefile.am (TESTS): Add date. |