summaryrefslogtreecommitdiff
path: root/tests/envvar-check
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 /tests/envvar-check
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.
Diffstat (limited to 'tests/envvar-check')
-rw-r--r--tests/envvar-check6
1 files changed, 6 insertions, 0 deletions
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