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