X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fabort-chain-2.t;h=7b45f4852daf5172c3c9569e8f3f2cc0f130bf61;hp=370868cef61ceb6b5b61a8d9d1e59f17e2c55b33;hb=75a7c429032fcfea6805a0cfedcedabb656e9931;hpb=b914d353122f4e27ee483d7522a8f41e1f410ec3 diff --git a/t/abort-chain-2.t b/t/abort-chain-2.t index 370868c..7b45f48 100644 --- a/t/abort-chain-2.t +++ b/t/abort-chain-2.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 => 1); - __PACKAGE__->setup; + __PACKAGE__->setup('-Log=fatal'); } use Catalyst::Test 'TestApp';