bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: more envvars to ignore


From: Jim Meyering
Subject: FYI: more envvars to ignore
Date: Sun, 17 Sep 2006 22:30:22 +0200

2006-09-17  Jim Meyering  <address@hidden>

        * 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.

Index: tests/envvar-check
===================================================================
RCS file: /fetish/cu/tests/envvar-check,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -u -r1.9 -r1.10
--- tests/envvar-check  26 Aug 2006 18:44:52 -0000      1.9
+++ tests/envvar-check  17 Sep 2006 20:29:05 -0000      1.10
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]