summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/trap3.0
blob: 81607293531e1d795048561449a17b8ebc47b439 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

{
	trap '' garbage && exit 3
	trap - garbage && exit 3
	trap true garbage && exit 3
	trap '' 99999 && exit 3
	trap - 99999 && exit 3
	trap true 99999 && exit 3
} 2>/dev/null
exit 0
OpenPOWER on IntegriCloud