X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F005no_tabs.t;h=d89ee004286b7d7c2d784fe3725aa3eb54815e02;hb=73a404b58ebe0de883558b898ee07ae3499461b7;hp=75f532956211f26c9c2dd85dfd45121cbad733d3;hpb=1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4;p=kivitendo-erp.git diff --git a/t/005no_tabs.t b/t/005no_tabs.t index 75f532956..d89ee0042 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); }