no zombie forks as a test criteria

This commit is contained in:
Scott Walters 2011-05-03 18:16:41 -04:00
parent c8f2810855
commit 57e0fe80fc

View file

@ -101,6 +101,8 @@ close $pipe;
backgroundTest('On-demand fork');
is $forkCount, 1, 'we did fork';
ok(WebGUI::Test->waitForAllForks(10), "Forks finished");
done_testing;
#vim:ft=perl