diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-11 17:02:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-11 17:02:57 +0000 |
commit | 2c2ab4fe77b1fd31e31e7818c421de5a888cc330 (patch) | |
tree | c61dc94ca2e1f4bee5d69d75dffe8bda7c7aa019 /tests/unexpand/basic-1 | |
parent | 9be231e1523464558c7ca17b15b2a3c7db67e2e9 (diff) | |
download | coreutils-2c2ab4fe77b1fd31e31e7818c421de5a888cc330.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/unexpand/basic-1')
-rwxr-xr-x | tests/unexpand/basic-1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index 28a741e97..b1f2b78dc 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"}], ); |