summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-28 13:31:57 +0000
committerJim Meyering <jim@meyering.net>2006-09-28 13:31:57 +0000
commitec3554cd955aaaeb765b68c41348462ed54224fd (patch)
treea50ff02afae8b098fd25c9e47d59a4ef86492e94 /ChangeLog
parentc2de7816d8868ec9d56ecc81b6ddd3e41b12344f (diff)
downloadcoreutils-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b01f00ae4..524b245dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>