From fe8cf19c6b898a3291cbd9ce00b47754f3a5e176 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Nov 2001 09:31:30 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2f18a7d9f5..92df1877fc 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -4,8 +4,10 @@ csplit could get a failed assertion: printf 'a\n\n'|csplit - '/^$/' 2 * src/csplit.c: No longer include assert.h. - (process_line_count): Remove invalid assertion. - Reported by Eric Pemente. + (process_line_count): Remove invalid assertion. The test that caused + the failure has been in the code since before 1992-11-08, but since + 1996 it's been in an assertion. That assertion was disabled by default + until textutils-1.22g (1999-01-10). Reported by Eric Pemente. * tests/misc/csplit: New file. Test for the above fix and others. * tests/misc/Makefile.am (TESTS): Add csplit. -- 2.47.3