From ed4af4249961a69449820e27b0baaf5116142b9e Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Sat, 20 Oct 2001 05:39:46 +0000 Subject: Bug 103664 - Tests should "use strict;" and not contain any tabs. We should also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me. --- t/Support/Templates.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 't/Support/Templates.pm') diff --git a/t/Support/Templates.pm b/t/Support/Templates.pm index 4d19c2cca..6e5fb2904 100644 --- a/t/Support/Templates.pm +++ b/t/Support/Templates.pm @@ -35,11 +35,11 @@ foreach my $file (@files) { my @lines = ; close (FILE); foreach my $line (@lines) { - if ($line =~ m/template->process\(\"(.+?)\", .+?\)/) { + if ($line =~ m/template->process\(\"(.+?)\", .+?\)/) { $template = $1; - push (@testitems, $template) unless $t{$template}; - $t{$template} = 1; - } + push (@testitems, $template) unless $t{$template}; + $t{$template} = 1; + } } } -- cgit v1.2.3-24-g4f1b