diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-05 10:51:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-05 10:51:39 +0000 |
commit | 81b2c3735e389d6e56b0ce43019a01644175c1a3 (patch) | |
tree | a19b089620e57499bceafdbef814a2694030f369 /tests/pr | |
parent | e69797a267529b36748af96f535bcb2b6c62e604 (diff) | |
download | coreutils-81b2c3735e389d6e56b0ce43019a01644175c1a3.tar.xz |
(narrow-1): New test, for the above.
Diffstat (limited to 'tests/pr')
-rw-r--r-- | tests/pr/Test.pm | 3 |
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], + ); #']]); |