summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-07 11:57:27 +0100
committerJim Meyering <meyering@redhat.com>2008-01-07 12:07:07 +0100
commitdb58094e11adb527c31b3510d3430123a4048686 (patch)
tree6119aa50e6c8287b78e1f4bbbb30a9ad385c0a24 /ChangeLog
parent9b76bc2b54180caa80afed4d88377ddd0f0ab6de (diff)
downloadcoreutils-db58094e11adb527c31b3510d3430123a4048686.tar.xz
cp: add a test for today's bug fix.
* tests/cp/parent-perm: New script. Test today's change. Based on reproducer from Jan Blunck. * tests/cp/Makefile.am (TESTS): Add parent-perm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85dc1c1db..29ae607aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-07 Jim Meyering <meyering@redhat.com>
+
+ cp: add a test for today's bug fix.
+ * tests/cp/parent-perm: New script. Test today's change.
+ Based on reproducer from Jan Blunck.
+ * tests/cp/Makefile.am (TESTS): Add parent-perm.
+
2008-01-06 Jim Meyering <meyering@redhat.com>
touch: add a test for today's change.