##// END OF EJS Templates
tests: avoid zombie lockup with test-hup...
Matt Mackall -
r16344:fb765286 stable
parent child Browse files
Show More
@@ -15,7 +15,7 b' Do test while holding fifo open'
15 > kill -HUP $P
15 > kill -HUP $P
16 > ) > p
16 > ) > p
17
17
18 $ while kill -0 $P 2>/dev/null; do true; done
18 $ wait
19 $ cat out
19 $ cat out
20 0
20 0
21 0
21 0
General Comments 0
You need to be logged in to leave comments. Login now