summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/exit1.0
blob: fb6486cebeac539c8b0381aa1a5a6fa8d3fde640 (plain)
1
2
3
4
5

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

trap 'true; exit $?' 0
false