summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/trap9.0
blob: bbc35e945ea248bd8f8c62b6402451e58b58f582 (plain) (blame)
1
2
3
# $FreeBSD: head/bin/sh/tests/builtins/trap9.0 230211 2012-01-16 10:59:44Z dumbbell $

test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1