X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bef93da1e399a48362fc391c3b29b7eaf51d2646..0623a45d73fcf1d38d36099db012fdcf7d411cea:/t/004template.t diff --git a/t/004template.t b/t/004template.t index 403e18550..128d4af32 100644 --- a/t/004template.t +++ b/t/004template.t @@ -56,7 +56,7 @@ my $fh; # test master files for tag foreach my $ref (@Support::Templates::referenced_files) { - my $file = "${template_path}${ref}_master.html"; + my $file = "${template_path}${ref}.html"; my $data = read_file($file) || die "??? couldn't open $file"; if ($data =~ //) { ok(0, "$file uses deprecated tags.");