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