From: Jim Meyering Date: Sat, 5 Aug 2000 10:51:39 +0000 (+0000) Subject: (narrow-1): New test, for the above. X-Git-Tag: TEXTUTILS-2_0g~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81b2c3735e389d6e56b0ce43019a01644175c1a3;p=thirdparty%2Fcoreutils.git (narrow-1): New test, for the above. --- diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index 8bad922e54..f67a820c4e 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], + ); #']]);