From: gerv%gerv.net <> Date: Thu, 18 Apr 2002 04:10:43 +0000 (+0000) Subject: Bug 137589 - fix test 4 not to hang on the "use CGI" in the template. X-Git-Tag: bugzilla-2.16rc1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c426e1c4b07a8ea610af67e6f08f507e4e8cf7e5;p=thirdparty%2Fbugzilla.git Bug 137589 - fix test 4 not to hang on the "use CGI" in the template. --- diff --git a/t/004template.t b/t/004template.t index cf63975d15..2f9b252b21 100644 --- a/t/004template.t +++ b/t/004template.t @@ -33,6 +33,9 @@ BEGIN { use Test::More tests => $tests; } use strict; use Template; +# Bug 137589 - Disable command-line input of CGI.pm when testing +use CGI qw(-no_debug); + my @testitems = @Support::Templates::testitems; my $include_path = $Support::Templates::include_path; # Capture the TESTERR from Test::More for printing errors.