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