summaryrefslogtreecommitdiff
path: root/tests/rm
AgeCommit message (Collapse)Author
2004-10-04Regenerate.Paul Eggert
2004-09-22Use automake-1.9.2. Regenerate dependent files.Jim Meyering
2004-09-19Don't try to remove writeable files in a sticky /tmp directory, asPaul Eggert
SVR4-like systems (e.g., Solaris 9) let you remove such files.
2004-08-20Regenerate.Paul Eggert
2004-08-11Regenerate.Paul Eggert
2004-08-09Regenerate.Paul Eggert
2004-08-05Regenerate.Paul Eggert
2004-08-02Regenerate.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-23Regenerate.Paul Eggert
2004-07-12Regenerate.Paul Eggert
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-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2004-06-08.Jim Meyering
2004-06-08.Jim Meyering
2004-06-01.Jim Meyering
2004-05-29.Jim Meyering
2004-05-21(TESTS): Add inaccessible.Jim Meyering
2004-05-21# Ensure that rm works even when run from a directoryJim Meyering
# for which the user has no access at all.
2004-05-14.Jim Meyering
2004-05-11(TESTS): Add unread3.Jim Meyering
2004-05-11New test, for the above fix and today's lib/save-cwd.c improvement.Jim Meyering
2004-05-09.Jim Meyering
2004-05-08(TESTS): Add no-give-up.Jim Meyering
2004-05-08New file; check for the above fix.Jim Meyering
2004-04-26.Jim Meyering
2004-04-19.Jim Meyering
2004-04-14.Jim Meyering
2004-04-12.Jim Meyering
2004-04-08.Jim Meyering
2004-04-04.Jim Meyering
2004-03-31.Jim Meyering
2004-03-31.Jim Meyering
2004-03-11.Jim Meyering
2004-03-02.Jim Meyering
2004-02-08Avoid triggering a bug in OSF/Tru64's sedJim Meyering
that would cause an unwarranted test failure.
2004-02-06Remove `du' stack space test.Jim Meyering
Apparently, `ulimit -s N' isn't portable enough. This test will be restored (with a guard against losing ulimit) in its own file later.
2004-02-06remove stray `done' diagnosticJim Meyering
2004-02-06(deep): Remove progress-style diagnostics,Jim Meyering
since this test doesn't take long enough to merit them. Run du on $tmp (the containing dir), not $deep, the full path to leaf.
2004-01-12.Jim Meyering
2004-01-11.Jim Meyering
2004-01-11.Jim Meyering
2004-01-09.Jim Meyering
2003-12-20.Jim Meyering
2003-12-18.Jim Meyering
2003-12-12.Jim Meyering
2003-12-03.Jim Meyering
2003-11-27.Jim Meyering
2003-11-24Handle another errno variant (HPUX, EPERM).Jim Meyering