Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
6cfec7dd0269619add74ff654f724d3c5f89176b
/
.
/
shell
/
hush_test
/
hush-misc
/
exit1.tests
blob: 41e0d092d2ff1330bcdf26c60837cda5ff643216 [
file
] [
log
] [
blame
]
trap
"echo Not shown"
EXIT
(
exit
)
# must be silent
trap
"echo Once; exit"
EXIT
{
exit
;
}