]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(narrow-1): New test, for the above.
authorJim Meyering <jim@meyering.net>
Sat, 5 Aug 2000 10:51:39 +0000 (10:51 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Aug 2000 10:51:39 +0000 (10:51 +0000)
tests/pr/Test.pm

index 8bad922e5452e781260cb73f83f8214c7b7d51fb..f67a820c4e4f8dd6baa6dcfeb913b0b9e723c42a 100644 (file)
@@ -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],
+
 );
 #']]);