use inlined module hiding in tests
[catagits/Catalyst-Runtime.git] / t / aggregate / utf8_content_length.t
index 86297e8..bf71b8e 100644 (file)
@@ -5,6 +5,8 @@ use lib "$Bin/../lib";
 use File::Spec;
 use Test::More;
 
+BEGIN { delete $ENV{CATALYST_HOME} }
+
 use Catalyst::Test qw/TestAppEncoding/;
 
 if ( $ENV{CATALYST_SERVER} ) {
@@ -27,4 +29,3 @@ my $size = -s $fn;
 }
 
 done_testing;
-