Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
a62bc80571eae6d286aed9a92d47dc42318a8146
/
.
/
shell
/
ash_test
/
ash-misc
/
exit1.tests
blob: 41e0d092d2ff1330bcdf26c60837cda5ff643216 [
file
] [
log
] [
blame
]
Denys Vlasenko
a62bc80
2016-10-03 00:06:55 +0200
[
diff
] [
blame^
]
1
trap
"echo Not shown"
EXIT
2
(
exit
)
# must be silent
3
trap
"echo Once; exit"
EXIT
4
{
exit
;
}