diff options
author | Jim Meyering <jim@meyering.net> | 2007-05-13 11:08:01 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-05-13 11:29:54 +0200 |
commit | 16385191ced6aeaf41f5669f723ade59a12b0e5d (patch) | |
tree | bf70e2c7378cca9905363535dcc6daf25656cde9 /ChangeLog | |
parent | e06252480ac023b8c5f03ee1a8ab43d386fefd46 (diff) | |
download | coreutils-16385191ced6aeaf41f5669f723ade59a12b0e5d.tar.xz |
Test uniq's new --zero-terminated (-z) option.
* tests/uniq/Test.pm: When possible, create a "-z"-testing variant
of each existing test.
(2z, 3z, 4z, 5z, 20z, 122, 123): New tests from James Youngman.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-05-13 Jim Meyering <jim@meyering.net> + + Test uniq's new --zero-terminated (-z) option. + * tests/uniq/Test.pm: When possible, create a "-z"-testing variant + of each existing test. + (2z, 3z, 4z, 5z, 20z, 122, 123): New tests from James Youngman. + 2007-05-12 James Youngman <jay@gnu.org> Add -z option to uniq. Originally proposed by Egmont Koblinger. |