1217175Sjilles# $FreeBSD: releng/11.0/bin/sh/tests/builtins/exit3.0 217175 2011-01-08 23:08:13Z jilles $
2217175Sjilles
3217175Sjilles# exit without arguments differs from exit $? in an EXIT trap.
4217175Sjilles
5217175Sjillestrap 'false; exit' 0
6