X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2F00-testcritic.t;h=c28a2dc226ac26adeec5a77d12b58143d5d1fb6c;hb=7847f868fe35707f5225ff384af8cfd8559c4961;hp=6018502a40dce9fd1a0270c75a97f01df62d8f18;hpb=236747534115e35975de8d51554e6e87f4248462;p=koha_gimpoz diff --git a/t/00-testcritic.t b/t/00-testcritic.t index 6018502a40..c28a2dc226 100755 --- a/t/00-testcritic.t +++ b/t/00-testcritic.t @@ -14,10 +14,10 @@ use English qw(-no_match_vars); my @all_koha_dirs = qw( acqui admin authorities basket C4 catalogue cataloguing circ debian errors labels members misc offline_circ opac patroncards reports reserve reviews rotating_collections -serials sms suggestion t tags test tools virtualshelves); +serials sms suggestion t tags test tools virtualshelves Koha); my @dirs = qw( acqui admin authorities basket catalogue cataloguing circ debian errors labels - offline_circ reserve reviews rotating_collections serials sms virtualshelves ); + offline_circ reserve reviews rotating_collections serials sms virtualshelves Koha); if ( not $ENV{TEST_QA} ) { my $msg = 'Author test. Set $ENV{TEST_QA} to a true value to run';