]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[col-last]: New test for the above.
authorJim Meyering <jim@meyering.net>
Fri, 9 Aug 2002 22:13:37 +0000 (22:13 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 9 Aug 2002 22:13:37 +0000 (22:13 +0000)
tests/pr/Test.pm

index f9c1a85ac3f937d7f07aa5bedf1543a9509d4ad4..5904703382a80227957efe30927fd86a9f9faae4 100644 (file)
@@ -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],
+
 );
 #']]);