opnsense-src/tools/regression/bin/sh/builtins/trap7.0
Jilles Tjoelker 8c3afde82c sh: Add test for EXIT trap in command substitution.
This is not really realistic but is an opposition to $(trap).
2011-01-27 23:08:20 +00:00

3 lines
57 B
Text

# $FreeBSD$
[ "$(trap 'echo trapped' EXIT)" = trapped ]