diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-30 21:45:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-30 21:45:45 +0000 |
commit | 9b700d84f754a2005d6001dd2bc5322fefd7a9ef (patch) | |
tree | e31f92e0f05bcb2f4f570101ebcba8008eaaebda | |
parent | d9b19cac6082a4c6c5327b5009e638053d82b4c4 (diff) | |
download | coreutils-9b700d84f754a2005d6001dd2bc5322fefd7a9ef.tar.xz |
* tests/mkdir/p-3: Require that the test be run as non-root.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2005-10-28 Paul Eggert <eggert@cs.ucla.edu> +2005-10-30 Paul Eggert <eggert@cs.ucla.edu> * Version 6.0-cvs. + * tests/mkdir/p-3: Require that the test be run as non-root. + Problem and trivial fix reported by Theodoros V. Kalamatianos. + +2005-10-28 Paul Eggert <eggert@cs.ucla.edu> + * src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the boundary between DEST and SOURCE in the result. |