Fixed typo
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Test.pm
index 17ec18d..ebf14ec 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Exception;
 use Catalyst::Utils;
 use UNIVERSAL::require;
 
-$ENV{CATALYST_ENGINE} = 'CGI';
+$ENV{CATALYST_ENGINE} ||= 'CGI';
 
 =head1 NAME