X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fabort-chain-3.t;h=83fe7034e03ade927e32f3c3f0a110247f26c629;hp=1b0f92837b5571c040b5f5b7aece674c3dcc7a1e;hb=7991d6fc21b6827110266ea18a2e302a609190e2;hpb=b914d353122f4e27ee483d7522a8f41e1f410ec3 diff --git a/t/abort-chain-3.t b/t/abort-chain-3.t index 1b0f928..83fe703 100644 --- a/t/abort-chain-3.t +++ b/t/abort-chain-3.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; use Test::More tests => 1; @@ -37,7 +35,7 @@ BEGIN { $INC{'TestApp.pm'} = __FILE__; use Catalyst; __PACKAGE__->config(abort_chain_on_error_fix => 0); - __PACKAGE__->setup; + __PACKAGE__->setup('-Log=fatal'); } use Catalyst::Test 'TestApp';