X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F005no_tabs.t;h=cfc3574775f77f6ef16005cde92e258b9475b37f;hb=5349a1ed016ae603b39d73747eccc6792707db1c;hp=75f532956211f26c9c2dd85dfd45121cbad733d3;hpb=82d241d9ab73fe9dfda7caac776a9c364036ca44;p=kivitendo-erp.git diff --git a/t/005no_tabs.t b/t/005no_tabs.t index 75f532956..cfc357477 100644 --- a/t/005no_tabs.t +++ b/t/005no_tabs.t @@ -47,7 +47,9 @@ foreach my $file (@testitems) { if (grep /\t/, ) { ok(0, "$file contains tabs --WARNING"); } else { +# TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.); ok(1, "$file has no tabs"); +# } } close (FILE); }