summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-18 09:58:59 +0000
committerJim Meyering <jim@meyering.net>2003-07-18 09:58:59 +0000
commitd2cc1e985651ebd3345dd40d17269c28371cf203 (patch)
tree3c64b84522e729fd630b7f1822a2af02bd4cae51 /ChangeLog
parent05b4128b5d86309fb045726ba526caa65cc468d0 (diff)
downloadcoreutils-d2cc1e985651ebd3345dd40d17269c28371cf203.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d55bd6ec..08b2bfd7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,24 @@
* Version 5.0.90.
+ * tests/touch/not-owner: Update to use newer framework.
+
+ * tests/rm/fail-eperm: Use $srcdir/../priv-check, create a temporary
+ directory, and remove Perl-coded `you may not run as root' test.
+ * tests/cp/fail-perm: Use $srcdir/../priv-check, rather than
+ hard-coding something not quite equivalent.
+ Paul Jarc reported the inconsistent diagnostics.
+
+ * src/sort.c (main): Use close_stdout via atexit.
+ Now `sort --version' and `sort --help' fail, as they should
+ when their output is redirected to /dev/full.
+
+ * src/su.c (usage): Don't call close_stdout here.
+ (main): Use close_stdout via atexit.
+ Now `su --version > /dev/full' fails, as it should.
+ Somehow, the change of 2000-05-07 that purports to fix this
+ was not checked in.
+
* tests/help-version (--help/--version vs. /dev/full): Special-case
`[' to protect it from expected_failure_status-`eval'.