aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-read/read_SIGCHLD.tests
blob: c5f673aff50ab718a7febda90aa453c8cd2d3884 (plain)
1
2
3
4
x=BAD
{ sleep 0.4; echo Ok; } | { sleep 0.2 & read x; echo "x='$x'"; }
echo "exitcode:$?"