diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-17 20:58:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-17 20:58:34 +0000 |
commit | db2e7255ab3272c824ca18b484dca59716771598 (patch) | |
tree | b27935e06a67fd638e16a6bf5e3d2af5c75f38cb /ChangeLog | |
parent | 1c904f14eae006070953acf21c293eb60232af9a (diff) | |
download | coreutils-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |