summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/exit2.8
blob: 124c32e01a3ce428249a0aefcbae757ae8796094 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

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

trap 'true; true' 0
(exit 8)
exit
OpenPOWER on IntegriCloud