]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/trap9.0
MFV r329760: 7638 Refactor spa_load_impl into several functions
[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