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