summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-18 08:01:36 +0000
committerJim Meyering <jim@meyering.net>2003-07-18 08:01:36 +0000
commit0f16eafda90fa53a9a1d1fccc8243916fd5d77d2 (patch)
tree7db2ef2bc0ede7fd2e3fa455cf39e6632958e67e /ChangeLog
parent4efc97aa9f11c2b753b1bbaa9e79b3f7598badbd (diff)
downloadcoreutils-0f16eafda90fa53a9a1d1fccc8243916fd5d77d2.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53be934f9..7fd769270 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.