summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-07 15:34:51 +0000
committerJim Meyering <jim@meyering.net>2003-01-07 15:34:51 +0000
commit60688589865b3a1e9dfa4f5fb542f54b0f93cd29 (patch)
tree31a417a32fbe5dac79c6eadd7a215019ae67fbea
parent6580a55aeb5b5f8c1f312cfcc74edafc1ae876ed (diff)
downloadcoreutils-60688589865b3a1e9dfa4f5fb542f54b0f93cd29.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44c6671b1..bd7cce7db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 4.5.5.
+ * tests/touch/not-owner: New test, mostly extracted from fail-diag.
+ * tests/touch/fail-diag: Remove the test for non-owner diagnostic.
+ Now, this tests only the nonexistent-directory diagnostic.
+ Suggestion from Michael Stone.
+
* tests/touch/fail-diag: Fix typo: s/ld/ls/.
2003-01-04 Jim Meyering <jim@meyering.net>