]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/trap9.0
MFV ntp-4.2.8p4 (r289715)
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / trap9.0
1 # $FreeBSD$
2
3 test "$(trap 'printf trap; echo ped' EXIT; f() { :; }; f)" = trapped || exit 1