X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_core_setup.t;fp=t%2Funit_core_setup.t;h=1e6e5729f01f41ef566c35917190a3e7b9780ac7;hb=c69e69d278d028e637d293e924c5d2069cdc43e5;hp=a319007da6ca2d63d3c3335a5a978269489e832a;hpb=87e41a18d91b875821d988381fb0c32d8e79128a;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_core_setup.t b/t/unit_core_setup.t index a319007..1e6e572 100644 --- a/t/unit_core_setup.t +++ b/t/unit_core_setup.t @@ -25,6 +25,8 @@ sub build_test_app_with_setup { return $name; } +local %ENV; # Don't allow env variables to mess us up. + { my $app = build_test_app_with_setup('MyTestDebug', '-Debug');