update tests to ignore CATALYST_HOME env var
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_path_to.t
index f4fe89f..823e626 100644 (file)
@@ -27,6 +27,8 @@ use_ok('Catalyst');
 
 my $context = 'Catalyst';
 
+delete $ENV{CATALYST_HOME}; # otherwise it'll set itself up to the wrong place
+
 $context->setup_home;
 my $base = dir($FindBin::Bin)->relative->stringify;