Jim Meyering
112efa81f2
Replace all occurrences of `(exit N); exit' with
...
`(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-23 15:07:00 +00:00
Jim Meyering
cf0fa2d930
Use seq, not `yes' to generate dir name.
...
Otherwise, on systems (DJGPP) that emulate pipes using files,
this test would never complete, waiting for `yes' to terminate.
2003-03-28 14:03:17 +00:00
Jim Meyering
c175e3f6c8
update framework
2002-04-20 14:49:46 +00:00
Jim Meyering
f2bb69ebb0
Use this:
...
(exit $fail); exit
not this:
exit $fail
2002-04-19 22:50:36 +00:00
Jim Meyering
e2ae699ef5
Use head -n 150', not head -150'.
2002-02-16 08:55:56 +00:00
Jim Meyering
69254ed7d2
Factor out the expensive-test-checking code, ...
2000-10-28 12:53:27 +00:00
Jim Meyering
8fd90d4b2b
add RUN_EXPENSIVE_TESTS junk
2000-05-20 09:09:18 +00:00
Jim Meyering
619ffb2bff
fail if final rm fails
2000-05-20 08:48:39 +00:00
Jim Meyering
396069fce5
reorder so as not to use `head -c N'
2000-05-20 08:11:51 +00:00
Jim Meyering
bc009f5b5f
warn the user it will take a while
2000-05-19 07:12:09 +00:00
Jim Meyering
f01f28a92a
*** empty log message ***
2000-05-18 14:24:58 +00:00