xref: /freebsd/bin/sh/tests/builtins/trap7.0 (revision 63f537551380d2dab29fa402ad1269feae17e594)
1
2[ "$(trap 'echo trapped' EXIT)" = trapped ]
3