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_server.t;fp=t%2Faggregate%2Funit_core_script_server.t;h=25084527bc0c68151462aa96224b3f686ea9e4be;hp=d901354f4ddd0974c5d04a79f4baca09f81642bb;hb=d5c1270360c155009fa138b6f0630044304f3c86;hpb=22a5833d436649391dc95877ca33f549308c6c3c diff --git a/t/aggregate/unit_core_script_server.t b/t/aggregate/unit_core_script_server.t index d901354..2508452 100644 --- a/t/aggregate/unit_core_script_server.t +++ b/t/aggregate/unit_core_script_server.t @@ -91,6 +91,8 @@ sub testOption { shift @TestAppToTestScripts::RUN_ARGS; my $server = shift @TestAppToTestScripts::RUN_ARGS; like ref($server), qr/^Plack::Server/, 'Is a Plack Server'; + # Mangle argv into the options.. + $resultarray->[-1]->{argv} = $argstring; is_deeply \@TestAppToTestScripts::RUN_ARGS, $resultarray, "is_deeply comparison " . join(' ', @$argstring); }