summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/exit2.8
blob: 327b620c3fa6fc361306492166809c808a4bfe07 (plain)
1
2
3
4
5
6

# exit without arguments is the same as exit $? outside a trap.

trap 'true; true' 0
(exit 8)
exit