summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-17 20:58:34 +0000
committerJim Meyering <jim@meyering.net>2006-09-17 20:58:34 +0000
commitdb2e7255ab3272c824ca18b484dca59716771598 (patch)
treeb27935e06a67fd638e16a6bf5e3d2af5c75f38cb /ChangeLog
parent1c904f14eae006070953acf21c293eb60232af9a (diff)
downloadcoreutils-db2e7255ab3272c824ca18b484dca59716771598.tar.xz
* tests/chgrp/basic: On an OpenBSD system, rather than failing
due to a known problem, merely warn about it. Rewrite to avoid testing output of chgrp --verbose and chgrp -c. Instead, use stat to test file system for desired results, directly. * tests/chgrp/Makefile.am (TESTS_ENVIRONMENT): Set host_triplet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 475292064..e9bd43078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-09-17 Jim Meyering <jim@meyering.net>
+ * tests/chgrp/basic: On an OpenBSD system, rather than failing
+ due to a known problem, merely warn about it.
+ Rewrite to avoid testing output of chgrp --verbose and chgrp -c.
+ Instead, use stat to test file system for desired results, directly.
+ * tests/chgrp/Makefile.am (TESTS_ENVIRONMENT): Set host_triplet.
+
* 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.