<p dir="ltr"><br>
On May 6, 2013 7:13 PM, &quot;Cyrill Gorcunov&quot; &lt;<a href="mailto:gorcunov@openvz.org">gorcunov@openvz.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Since we&#39;re migrating session leader here,<br>
&gt; test for session has not been changed instead.</p>
<p dir="ltr">In this case the test doesn&#39;t wait c/r. I don&#39;t like when sleep is used for synchronization instead of sending a signal.</p>
<p dir="ltr">&gt;<br>
&gt; Signed-off-by: Cyrill Gorcunov &lt;<a href="mailto:gorcunov@openvz.org">gorcunov@openvz.org</a>&gt;<br>
&gt; ---<br>
&gt;  test/app-emu/job/job.c | 2 +-<br>
&gt;  1 file changed, 1 insertion(+), 1 deletion(-)<br>
&gt;<br>
&gt; diff --git a/test/app-emu/job/job.c b/test/app-emu/job/job.c<br>
&gt; index e01480a..5f334ff 100644<br>
&gt; --- a/test/app-emu/job/job.c<br>
&gt; +++ b/test/app-emu/job/job.c<br>
&gt; @@ -80,7 +80,7 @@ int main(int argc, char *argv[])<br>
&gt;                         exit(-1);<br>
&gt;                 }<br>
&gt;<br>
&gt; -               if (getsid(pid) != sid) {<br>
&gt; +               if (getsid(pid) == sid) {<br>
&gt;                         printf(&quot;ALIVE\n&quot;);<br>
&gt;                         break;<br>
&gt;                 }<br>
&gt; --<br>
&gt; 1.8.1.4<br>
&gt;<br>
</p>