Do not consider newline to be part of a line when comparing lines
authorJim Meyering <jim@meyering.net>
Thu, 4 Nov 1999 23:12:13 +0000 (23:12 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Nov 1999 23:12:13 +0000 (23:12 +0000)
commit53d2086432c6652a5757a7134edc381b4942cb14
treecf5b370e7b713d142b946d6d53cc98126197880c
parentcec217ed931f2e4384a3c167f0d3ee4626f247d6
Do not consider newline to be part of a line when comparing lines
in `sort' and `comm'.  POSIX.2 requires that we consider newline,
but this is a bug in the spec and the bug will likely be fixed.

Update tests `use-nl' and `11d' to reflect this change.
tests/sort/Test.pm