summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-07 10:11:40 +0100
committerJim Meyering <jim@meyering.net>2006-12-07 10:11:40 +0100
commit565b165115de72b4b276c0d5d6d5095e3c901a69 (patch)
treed7ba822da206fbb3dc4174f35ce39ff2ce46d25f /ChangeLog
parent9f1b96313e8653f1ad5358539776c58fd8fbdaef (diff)
downloadcoreutils-565b165115de72b4b276c0d5d6d5095e3c901a69.tar.xz
* tests/touch/empty-file: Use envvar-check, so "make check" doesn't
evoke diagnostics like this when COLUMNS=0 in the environment: ls: ignoring invalid width in environment variable COLUMNS: 0 * tests/touch/no-rights: Likewise. * tests/help-version: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3de0c91b..43dd1c54f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2006-12-07 Jim Meyering <jim@meyering.net>
Make the output of "make check" more reproducible.
+ * tests/touch/empty-file: Use envvar-check, so "make check" doesn't
+ evoke diagnostics like this when COLUMNS=0 in the environment:
+ ls: ignoring invalid width in environment variable COLUMNS: 0
+ * tests/touch/no-rights: Likewise.
+ * tests/help-version: Likewise.
* tests/uniq/Test.pm: Don't perform the pipe-reading version of test
118, since it emits "cat: write error: Broken pipe" on some systems.