]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/trap9.0
shell_cmds-207.100.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / trap9.0
1 # $FreeBSD: head/bin/sh/tests/builtins/trap9.0 230211 2012-01-16 10:59:44Z dumbbell $
2
3 test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1