]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/trap9.0
0f584ecec584e15b5b015efe6ae9ae1b285bffc2
[apple/shell_cmds.git] / sh / tests / builtins / trap9.0
1 # $FreeBSD$
2
3 test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1