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