]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/exec2.sub
Imported from ../bash-2.02.tar.gz.
[thirdparty/bash.git] / tests / exec2.sub
1 # make sure an exit command in an exit trap sets the shell's exit status
2 trap - 0
3 trap 'exit 5' 0
4
5 exit 0