aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/exit1.0
blob: 496d448761cccd84f7f07376b3b9ed0651948c5d (plain) (blame)
1
2
3
4
5
6
# $FreeBSD$

# exit with an argument should overwrite the exit status in an EXIT trap.

trap 'true; exit $?' 0
false