source: vendor/bash/3.1-p17/tests/exec2.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 106 bytes
Line 
1# make sure an exit command in an exit trap sets the shell's exit status
2trap - 0
3trap 'exit 5' 0
4
5exit 0
Note: See TracBrowser for help on using the repository browser.