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