X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/82d241d9ab73fe9dfda7caac776a9c364036ca44..f6e8c87bc23cb8b31a554ce89af51d2c3b0a5efd:/t/005no_tabs.t 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); }