X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F002goodperl.t;h=d80d9eea31eae67840cbe2eda253cf1439dcb4ef;hb=385ffe497d79d79ff5987fe7c3116d334be12e00;hp=28b69a4c549e9709f17cefb38a0e4c2aef5ea11d;hpb=b3caa17585a69e0c5092483f709dd1227b9acaaf;p=kivitendo-erp.git diff --git a/t/002goodperl.t b/t/002goodperl.t index 28b69a4c5..d80d9eea3 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -82,6 +82,8 @@ 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