]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/exec2.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / exec2.sub
CommitLineData
d166f048
JA
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