]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 137589 - fix test 4 not to hang on the "use CGI" in the template.
authorgerv%gerv.net <>
Thu, 18 Apr 2002 04:10:43 +0000 (04:10 +0000)
committergerv%gerv.net <>
Thu, 18 Apr 2002 04:10:43 +0000 (04:10 +0000)
t/004template.t

index cf63975d1594fa84a57c58a529ef010fa8976b80..2f9b252b210b15a9eb68b314ae17f681fa62d8b1 100644 (file)
@@ -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.