* 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.
This commit is contained in:
Jim Meyering
2006-09-17 20:29:05 +00:00
parent 1fd966436a
commit 1c904f14ea
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2006-09-17 Jim Meyering <jim@meyering.net>
* 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.
2006-09-16 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Document that mkdir -p and install -d now fork on occasion.

View File

@@ -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