xref: /freebsd/bin/sh/tests/builtins/trap9.0 (revision 780fb4a2fa9a9aee5ac48a60b790f567c0dc13e9)
1# $FreeBSD$
2
3test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1
4