diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-28 13:31:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-28 13:31:57 +0000 |
commit | ec3554cd955aaaeb765b68c41348462ed54224fd (patch) | |
tree | a50ff02afae8b098fd25c9e47d59a4ef86492e94 /ChangeLog | |
parent | c2de7816d8868ec9d56ecc81b6ddd3e41b12344f (diff) | |
download | coreutils-ec3554cd955aaaeb765b68c41348462ed54224fd.tar.xz |
* tests/rm/fail-eperm: Enable Perl's (-T) taint checking.
Ensure that IFS is set properly and unset PATH.
Sanitize inputs.
Work properly even when the name of the selected file starts with "-".
Invoke rm via "../../src/rm", and adjust expected output.
Prompted by a patch from Tim Waugh.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-09-28 Jim Meyering <jim@meyering.net> + * tests/rm/fail-eperm: Enable Perl's (-T) taint checking. + Ensure that IFS is set properly and unset PATH. + Sanitize inputs. + Work properly even when the name of the selected file starts with "-". + Invoke rm via "../../src/rm", and adjust expected output. + Prompted by a patch from Tim Waugh. + * README-cvs: Add Bison to the list of required packages. 2006-09-26 Jim Meyering <jim@meyering.net> |