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