import FCGI-ProcManager 0.17 from CPAN
[catagits/FCGI-ProcManager.git] / t / procmanager.t
index b0f21eb..cd217ee 100644 (file)
@@ -5,7 +5,7 @@
 # General Public License, Version 2.1, a copy of which can be
 # found in the "COPYING" file of this distribution.
 
-# $Id: procmanager.t,v 1.8 2001/02/09 16:16:13 muaddie Exp $
+# $Id: procmanager.t,v 1.9 2001/04/23 16:13:45 muaddie Exp $
 
 use strict;
 use Test;
@@ -22,7 +22,7 @@ ok $m->n_processes(100) == 100;
 ok $m->n_processes(2) == 2;
 ok $m->n_processes(0) == 0;
 
-ok $m->pm_manage();
+ok !$m->pm_manage();
 
 #ok $m->n_processes(-3);
 #eval { $m->pm_manage(); };