]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 11 Jan 2005 17:02:57 +0000 (17:02 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 Jan 2005 17:02:57 +0000 (17:02 +0000)
tests/unexpand/basic-1

index 28a741e974e0297e44dd4cac86f4fe82924efc4f..b1f2b78dc350ec3b88dafa7d0a538901fa8f7f7c 100755 (executable)
@@ -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"}],
     );