summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/trap9.0
blob: 0f584ecec584e15b5b015efe6ae9ae1b285bffc2 (plain)
1
2
3
# $FreeBSD$

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