From: Jim Meyering Date: Fri, 18 Jul 2003 08:01:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f16eafda90fa53a9a1d1fccc8243916fd5d77d2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 53be934f9a..7fd7692701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * src/uniq.c (writeline): Use a SPACE, not a TAB between the count and the corresponding line, as required by POSIX. Reported by Clement Wang. + * tests/uniq/Test.pm (101, 102): Update tests of -c accordingly. * tests/expr/basic: Add tests for when exit status is 2.