summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-09 22:13:37 +0000
committerJim Meyering <jim@meyering.net>2002-08-09 22:13:37 +0000
commitb2ad2ca79504be4379882596d1b1cc2be9c844e8 (patch)
treea84ef76a392ab97cf8ec53dda38d8e3862527515 /tests
parent13f19a6185b4e5e7e89f9263b344613514913ee6 (diff)
downloadcoreutils-b2ad2ca79504be4379882596d1b1cc2be9c844e8.tar.xz
[col-last]: New test for the above.
Diffstat (limited to 'tests')
-rw-r--r--tests/pr/Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm
index f9c1a85ac..590470338 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],
+
);
#']]);