that can affect these programs and tests: _POSIX2_VERSION, COLUMNS,
QUOTING_STYLE, TABSIZE, TERM, TMPDIR.
+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.
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