freebsd-nq/bin/sh/tests/builtins/trap9.0

4 lines
92 B
Plaintext
Raw Normal View History

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