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