X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_fastcgi.t;h=27f245ac341cd1a1932de1cb7cc34e4d33921142;hb=f228c263af3f25974ccc3e07840971f70a28a794;hp=b5d3ea49e236e0b033bedfc8657d7468cd3b4caa;hpb=e1d59dc47052af927345195b14f9163f6dffd591;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_fastcgi.t b/t/aggregate/unit_core_script_fastcgi.t index b5d3ea4..27f245a 100644 --- a/t/aggregate/unit_core_script_fastcgi.t +++ b/t/aggregate/unit_core_script_fastcgi.t @@ -39,6 +39,9 @@ testOption( [ qw/-e/ ], [undef, opthash(keep_stderr => 1)] ); testOption( [ qw/--nproc 6/ ], [undef, opthash(nproc => 6)] ); testOption( [ qw/--n 6/ ], [undef, opthash(nproc => 6)] ); +# proc_title +testOption( [ qw/--proc_title foo/ ], [undef, opthash(proc_title => 'foo')] ); + done_testing; sub testOption { @@ -62,6 +65,7 @@ sub opthash { detach => undef, nproc => undef, manager => undef, + proc_title => undef, @_, }; }