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