xref: /dflybsd-src/tools/regression/bin/sh/builtins/trap9.0 (revision c97741cc22e42db25da3287dba6df2e6913de3a0)
1# $FreeBSD: head/tools/regression/bin/sh/builtins/trap9.0 230211 2012-01-16 10:59:44Z dumbbell $
2
3test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1
4