summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-misc/exit1.tests
blob: 41e0d092d2ff1330bcdf26c60837cda5ff643216 (plain)
1
2
3
4
trap "echo Not shown" EXIT
(exit)  # must be silent
trap "echo Once; exit" EXIT
{ exit; }