Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim 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-28 | Use 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-20 | update framework | Jim Meyering | |
2002-04-19 | Use this: | Jim Meyering | |
(exit $fail); exit not this: exit $fail | |||
2002-02-16 | Use `head -n 150', not `head -150'. | Jim Meyering | |
2000-10-28 | Factor out the expensive-test-checking code, ... | Jim Meyering | |
2000-05-20 | add RUN_EXPENSIVE_TESTS junk | Jim Meyering | |
2000-05-20 | fail if final rm fails | Jim Meyering | |
2000-05-20 | reorder so as not to use `head -c N' | Jim Meyering | |
2000-05-19 | warn the user it will take a while | Jim Meyering | |
2000-05-18 | *** empty log message *** | Jim Meyering | |