xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
trap9.0
(revision 09d986419d8834aa4fdb998695a8b7cce7e8e52a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1
4