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