xref: /freebsd/bin/sh/tests/builtins/exit1.0 (revision 214e3e09b3381e44bf5d9c1dcd19c4b1b923a796)
1
2# exit with an argument should overwrite the exit status in an EXIT trap.
3
4trap 'true; exit $?' 0
5false
6