X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F004template.t;h=128d4af322378edecc076aaa4781fb5ffe8b82f5;hb=43816cb7289ee9225c3bb229d077bd87a75562cc;hp=403e18550504352287ba57deb765ae7d75334012;hpb=f1a3e8eb41c882a85a995d620544852ca11d1708;p=kivitendo-erp.git 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.");