diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-12-01 10:10:52 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-01 10:10:52 +0100 |
commit | 20ef6c7b9cd338fc8bfc3cc5221fb811b297f6bf (patch) | |
tree | 9eccfc29561555d10b208089eecb3a061637447b /ChangeLog | |
parent | b64119bc54791809b9fc3a225761b1c913fe66bc (diff) | |
download | coreutils-20ef6c7b9cd338fc8bfc3cc5221fb811b297f6bf.tar.xz |
Add a test for cp -p and existing file permissions.
* tests/cp/Makefile.am (TESTS): Add existing-perm-race.
* tests/cp/existing-perm-race: New test. It isn't much of a
test yet, since it's hard to catch the race, but it has a FIXME
that will let us do a better test later.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-11-29 Paul Eggert <eggert@cs.ucla.edu> + + Add a test for cp -p and existing file permissions. + * tests/cp/Makefile.am (TESTS): Add existing-perm-race. + * tests/cp/existing-perm-race: New test. It isn't much of a + test yet, since it's hard to catch the race, but it has a FIXME + that will let us do a better test later. + 2007-11-28 Paul Eggert <eggert@cs.ucla.edu> Fix a security race with "cp -p A B" when B already exists. |