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