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