diff options
author | gerv%gerv.net <> | 2002-04-18 06:10:43 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-18 06:10:43 +0200 |
commit | c426e1c4b07a8ea610af67e6f08f507e4e8cf7e5 (patch) | |
tree | 76a3fec06d7489d5bd012c8954fc85b27ce5a4d6 /t | |
parent | 4d4346560206611d36a2456e629fc41b7cb85595 (diff) | |
download | bugzilla-c426e1c4b07a8ea610af67e6f08f507e4e8cf7e5.tar.gz bugzilla-c426e1c4b07a8ea610af67e6f08f507e4e8cf7e5.tar.xz |
Bug 137589 - fix test 4 not to hang on the "use CGI" in the template.
Diffstat (limited to 't')
-rw-r--r-- | t/004template.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/004template.t b/t/004template.t index cf63975d1..2f9b252b2 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. |