source: trunk/src/kash/tests/trap-exit-1@ 2282

Last change on this file since 2282 was 2282, checked in by bird, 16 years ago

kash: hacked signal delivery, some trap+kill tests.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
File size: 85 bytes
Line 
1#!/bin/sh
2
3trap 'echo "trap-exit-1: overriding exit 1"; exit 0' EXIT
4exit 1
5exit 2
6
7
Note: See TracBrowser for help on using the repository browser.