summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-signals/signal_read2.tests (plain)
blob: eab5b9b5b510585d06d9285122ab610ac726fac0
1$THIS_SH -c '
2(sleep 1; kill -HUP $$) &
3while true; do
4 read ignored
5done
6'
7echo "Done:$?"
8