summaryrefslogtreecommitdiff
path: root/tests/pr/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-05 10:51:39 +0000
committerJim Meyering <jim@meyering.net>2000-08-05 10:51:39 +0000
commit81b2c3735e389d6e56b0ce43019a01644175c1a3 (patch)
treea19b089620e57499bceafdbef814a2694030f369 /tests/pr/Test.pm
parente69797a267529b36748af96f535bcb2b6c62e604 (diff)
downloadcoreutils-81b2c3735e389d6e56b0ce43019a01644175c1a3.tar.xz
(narrow-1): New test, for the above.
Diffstat (limited to 'tests/pr/Test.pm')
-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 8bad922e5..f67a820c4 100644
--- a/tests/pr/Test.pm
+++ b/tests/pr/Test.pm
@@ -337,6 +337,9 @@ my @tv = (
# This test failed with 1.22e and earlier.
['dbl-sp-b', '-d -t', "1\n2\n", "1\n\n2\n\n", 0],
+# This test would segfault with 2.0f and earlier.
+['narrow-1', '-W1 -t', "12345\n", "1\n", 0],
+
);
#']]);