diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-17 20:29:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-17 20:29:05 +0000 |
commit | 1c904f14eae006070953acf21c293eb60232af9a (patch) | |
tree | 9a3f0cba6f295b918030bce7c8ad71aee8809a34 /tests/envvar-check | |
parent | 1fd966436a16a75019cfd9b9a5fe5f3d2b84a8e9 (diff) | |
download | coreutils-1c904f14eae006070953acf21c293eb60232af9a.tar.xz |
* tests/envvar-check: Add more variable names to the list of those
that can affect these programs and tests: _POSIX2_VERSION, COLUMNS,
QUOTING_STYLE, TABSIZE, TERM, TMPDIR.
Diffstat (limited to 'tests/envvar-check')
-rw-r--r-- | tests/envvar-check | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/envvar-check b/tests/envvar-check index 51c522214..ff5927f29 100644 --- a/tests/envvar-check +++ b/tests/envvar-check @@ -27,16 +27,22 @@ fi envvar_check_failed=0 vars=' + _POSIX2_VERSION BLOCKSIZE BLOCK_SIZE CDPATH + COLUMNS DF_BLOCK_SIZE DU_BLOCK_SIZE LS_BLOCK_SIZE LS_COLORS POSIXLY_CORRECT + QUOTING_STYLE SIMPLE_BACKUP_SUFFIX + TABSIZE + TERM TIME_STYLE + TMPDIR VERSION_CONTROL ' for var in $vars |