aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/exit1.0
blob: 4c378f2f6900cdf50774a7a1f66b31e1b7f3dfea (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/exit1.0 216871 2011-01-01 15:25:15Z jilles $

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

trap 'true; exit $?' 0
false