Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e3354bc44aa92c20bec0ffdc78e6b57351e8f16d
/
.
/
shell
/
hush_test
/
hush-signals
/
signal_read1.tests
blob: 1105479a3eba0f3fc0edc0063219512e68c1360a [
file
] [
log
] [
blame
]
Denys Vlasenko
bcf1fa8
2011-05-09 01:05:33 +0200
[
diff
] [
blame
]
1
(
sleep
1
;
kill
-
HUP $$
)
&
2
trap
'echo "Got HUP:$?"; exit'
HUP
3
while
true
;
do
4
read ignored
5
done