Commit a6a1163c authored by Denis Bilenko's avatar Denis Bilenko

remove a (wrong) comment

parent 7f125257
......@@ -26,8 +26,6 @@ MAX_DURATION = 10
def run_test():
# XXX the main point seems to be that a process is short-lived
# maybe somehow the child is reaped by previously scheduled sigcb?
child = subprocess.Popen(['/bin/true'])
child.wait() # << this is where it blocks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment