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