1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-12 20:46:34 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
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 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 3f094fd26b Use `rm', not $RM. Use better trap. 2002-04-19 19:55:21 +00:00
Jim Meyering 377f2fbc55 . 1997-08-31 16:17:56 +00:00