mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
* 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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user