Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
12566e7f9b5e5c5d445bc4d36991d134b431dc6c
/
.
/
shell
/
hush_test
/
hush-signals
/
signal_read1.tests
blob: 1105479a3eba0f3fc0edc0063219512e68c1360a [
file
] [
log
] [
blame
]
(
sleep
1
;
kill
-
HUP $$
)
&
trap
'echo "Got HUP:$?"; exit'
HUP
while
true
;
do
read ignored
done