summaryrefslogtreecommitdiff
path: root/tests/unexpand
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-11 17:02:57 +0000
committerJim Meyering <jim@meyering.net>2005-01-11 17:02:57 +0000
commit2c2ab4fe77b1fd31e31e7818c421de5a888cc330 (patch)
treec61dc94ca2e1f4bee5d69d75dffe8bda7c7aa019 /tests/unexpand
parent9be231e1523464558c7ca17b15b2a3c7db67e2e9 (diff)
downloadcoreutils-2c2ab4fe77b1fd31e31e7818c421de5a888cc330.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/unexpand')
-rwxr-xr-xtests/unexpand/basic-12
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"}],
);