summaryrefslogtreecommitdiff
path: root/tests/rm/hash
AgeCommit message (Collapse)Author
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.
2003-03-28Use seq, not `yes' to generate dir name.Jim Meyering
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate.
2002-04-20update frameworkJim Meyering
2002-04-19Use this:Jim Meyering
(exit $fail); exit not this: exit $fail
2002-02-16Use `head -n 150', not `head -150'.Jim Meyering
2000-10-28Factor out the expensive-test-checking code, ...Jim Meyering
2000-05-20add RUN_EXPENSIVE_TESTS junkJim Meyering
2000-05-20fail if final rm failsJim Meyering
2000-05-20reorder so as not to use `head -c N'Jim Meyering
2000-05-19warn the user it will take a whileJim Meyering
2000-05-18*** empty log message ***Jim Meyering