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