diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-08 18:37:08 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-08 21:34:08 +0100 |
commit | 93f6771e82401f4c88219938602d4f09628301f4 (patch) | |
tree | 170525cc7c71e0d8c64d567c59a834b16a0e8910 /NEWS | |
parent | 83244ba3120b555dfa0df83a3b8bec0a16d415f6 (diff) | |
download | coreutils-93f6771e82401f4c88219938602d4f09628301f4.tar.xz |
tests: add a test for newly-fixed bug in comm --check-order
* tests/misc/comm (ooo-prefix): Add a test for today's fix.
* NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + comm's new --check-order option would fail to detect disorder on any pair + of lines where one was a prefix of the other. For example, this would + fail to report the disorder: printf 'Xb\nX\n'>k; comm --check-order k k + [bug introduced in coreutils-7.0] + cp once again diagnoses the invalid "cp -rl dir dir" right away, rather than after creating a very deep dir/dir/dir/... hierarchy. The bug strikes only with both --recursive (-r, -R) and --link (-l). |