Commit c426e1c4 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 137589 - fix test 4 not to hang on the "use CGI" in the template.

parent 4d434656
...@@ -33,6 +33,9 @@ BEGIN { use Test::More tests => $tests; } ...@@ -33,6 +33,9 @@ BEGIN { use Test::More tests => $tests; }
use strict; use strict;
use Template; use Template;
# Bug 137589 - Disable command-line input of CGI.pm when testing
use CGI qw(-no_debug);
my @testitems = @Support::Templates::testitems; my @testitems = @Support::Templates::testitems;
my $include_path = $Support::Templates::include_path; my $include_path = $Support::Templates::include_path;
# Capture the TESTERR from Test::More for printing errors. # Capture the TESTERR from Test::More for printing errors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment