Pass the extra restart options
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_server.t
index fce5045..222098a 100644 (file)
@@ -151,8 +151,5 @@ sub restartopthash {
         host => undef,
         %$opthash,
     };
-    delete $val->{fork};
-    delete $val->{background};
-    delete $val->{keepalive};
     return $val;
 }