X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_server.t;fp=t%2Faggregate%2Funit_core_script_server.t;h=e31c8973a32078de7b23b52ed23cd23e0a7e0d7c;hb=71782f3efc0ecb7317e738fba387da6b8c7ea85d;hp=17172360747b0f00704294aa3122972415a18026;hpb=c96a2af8e9ac07970f0e2e6672d98843e0b85796;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_server.t b/t/aggregate/unit_core_script_server.t index 1717236..e31c897 100644 --- a/t/aggregate/unit_core_script_server.t +++ b/t/aggregate/unit_core_script_server.t @@ -133,6 +133,10 @@ sub testBackgroundOptionWithFork { ## First, make sure we can get an app my $app = _build_testapp($argstring); + + ## Sorry, don't really fork since this cause trouble in Test::Aggregate + $app->meta->add_around_method_modifier('daemon_fork', sub { return; }); + try { $app->run; }