From: Jim Meyering Date: Tue, 11 Jan 2005 17:02:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1630 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c2ab4fe77b1fd31e31e7818c421de5a888cc330;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index 28a741e974..b1f2b78dc3 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -69,6 +69,8 @@ my @Tests = ['blanks-12', '-t', '3,4', {IN=> "01 4\n"}, {OUT=> "01\t\t4\n"}], ['blanks-13', '-t', '3,4', {IN=> "0 4\n"}, {OUT=> "0\t\t4\n"}], + # It is debatable whether this test should require an environment + # setting of e.g., _POSIX2_VERSION=1. ['obs-ovflo', '-18446744073709551617', {IN=>''}, {OUT=>''}, {EXIT => 1}, {ERR => "$prog: tab stop value is too large\n"}], );