summaryrefslogtreecommitdiff
path: root/tests/rm/inaccessible
AgeCommit message (Collapse)Author
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-06-17* tests/rm/inaccessible: Skip this test on systems without openat support.Jim Meyering
Reported by Bob Proulx.
2006-05-28Source lang-default. From Ralf Wildenhues.Jim Meyering
2006-05-28AIX 4.3.3 gives a different diagnostic.Jim Meyering
Recognize it, too. Reported by Ralf Wildenhues, in http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00192.html
2004-06-29Don't let verbose-mode output from a subshell obscure actual differences.Jim Meyering
Turn off command-echoing just before invoking subshell, then turn it back on if VERBOSE=yes afterward.
2004-05-21# Ensure that rm works even when run from a directoryJim Meyering
# for which the user has no access at all.