summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-03 13:57:26 +0000
committerJim Meyering <jim@meyering.net>2006-10-03 13:57:26 +0000
commit184dcf2cafbfaa93cdb2daf65c05025347d69a84 (patch)
tree7989fbea3e61c4931c710476a8059fedaec98292 /ChangeLog
parent41011fa81d54ccde9523a5a7e908763889f385bb (diff)
downloadcoreutils-184dcf2cafbfaa93cdb2daf65c05025347d69a84.tar.xz
* tests/rm/fail-eperm: Report failure also if rm is terminated by
a signal.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d970da9e0..bbb010e69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-10-03 Jim Meyering <jim@meyering.net>
+ * tests/rm/fail-eperm: Report failure also if rm is terminated by
+ a signal.
+
* src/c99-to-c89.diff: Convert two c99'isms -- one in remove.c
and one in shred.c -- that were added before coreutils-6.3.
Reported by Michael Deutschmann.