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