]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/envvar-check: Add more variable names to the list of those
authorJim Meyering <jim@meyering.net>
Sun, 17 Sep 2006 20:29:05 +0000 (20:29 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Sep 2006 20:29:05 +0000 (20:29 +0000)
that can affect these programs and tests: _POSIX2_VERSION, COLUMNS,
QUOTING_STYLE, TABSIZE, TERM, TMPDIR.

ChangeLog
tests/envvar-check

index d1f5e5340887e897889a16e62f46dfe9f795d30f..4752920648beed468a0e1df4eb1e82b2a447e539 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 51c52221456cedf590b282bf7318b4952cfe2d32..ff5927f29fc808373341008380356ef86b92cd1a 100644 (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