From: Jim Meyering Date: Fri, 9 Aug 2002 22:13:37 +0000 (+0000) Subject: [col-last]: New test for the above. X-Git-Tag: v4.5.1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ad2ca79504be4379882596d1b1cc2be9c844e8;p=thirdparty%2Fcoreutils.git [col-last]: New test for the above. --- diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index f9c1a85ac3..5904703382 100644 --- a/tests/pr/Test.pm +++ b/tests/pr/Test.pm @@ -343,6 +343,9 @@ my @tv = ( # This test would segfault with 2.0f and earlier. ['narrow-1', '-W1 -t', "12345\n", "1\n", 0], +# This test would fail with textutils-2.1 and earlier. +['col-last', '-W3 -t2', "a\nb\nc\n", "a c\nb\n", 0], + ); #']]);