X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_path_to.t;h=823e62608cd0267abb621e116394a0a9cdc8b58f;hb=d9d41c5af176289832bdb455ec18d3436cf69330;hp=f4fe89f5ff662bb1a89bd8d12f2cb21f746d813c;hpb=0891873bd40ef6164f42674000fb663f0d223f68;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_path_to.t b/t/aggregate/unit_core_path_to.t index f4fe89f..823e626 100644 --- a/t/aggregate/unit_core_path_to.t +++ b/t/aggregate/unit_core_path_to.t @@ -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;