X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_print.t;h=6c985b3ee552d31582333140bfaa56b45cc43f43;hp=85afc805cc0658732d0fd1361873019208091724;hb=7064f69b1dfb59d1f3bad647b2097d0320acce8a;hpb=77f23d2a797fdde1e4e8e21c6bdff58639144383 diff --git a/t/aggregate/live_engine_response_print.t b/t/aggregate/live_engine_response_print.t index 85afc80..6c985b3 100644 --- a/t/aggregate/live_engine_response_print.t +++ b/t/aggregate/live_engine_response_print.t @@ -1,10 +1,8 @@ -#!perl - use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; use Test::More tests => 9; use Catalyst::Test 'TestApp'; @@ -12,7 +10,7 @@ use Catalyst::Test 'TestApp'; my $expected = { one => "foo", two => "foobar", - three => "foo,bar,baz", + three => "foo,bar,baz:", }; for my $action ( sort keys %{$expected} ) {