X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=t%2F002goodperl.t;h=0434ab89b216a86f189477530bcaffd352eae35a;hb=87c518f333325ee0633fed807974427a67549cac;hp=3b395b310c8e78d204aecb1db0fb0c43244d9496;hpb=185d9aae8dc204c61e003ee7863221927fea667b;p=kivitendo-erp.git diff --git a/t/002goodperl.t b/t/002goodperl.t index 3b395b310..0434ab89b 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -82,8 +82,6 @@ foreach my $file (@testitems) { } foreach my $file (@testitems) { - local $TODO; - $TODO = 'schema updates are not required to be strict now' if $file =~ m{^sql/Pg-upgrade2}; my $found_use_strict = 0; $file =~ s/\s.*$//; # nuke everything after the first space (#comment) next if (!$file); # skip null entries