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 | |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/envvar-check | 6 |
2 files changed, 12 insertions, 0 deletions
@@ -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. 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 |