summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-17 20:29:05 +0000
committerJim Meyering <jim@meyering.net>2006-09-17 20:29:05 +0000
commit1c904f14eae006070953acf21c293eb60232af9a (patch)
tree9a3f0cba6f295b918030bce7c8ad71aee8809a34
parent1fd966436a16a75019cfd9b9a5fe5f3d2b84a8e9 (diff)
downloadcoreutils-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--ChangeLog6
-rw-r--r--tests/envvar-check6
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1f5e5340..475292064 100644
--- 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.
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