From bb6de7d2527bb818df7b01055e8221d447c6a936 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 8 Jun 2018 08:53:51 +0200 Subject: [PATCH] Bug 20393: (QA follow-up) Remove only occurence of misc/plack/koha.psgi Signed-off-by: Julian Maurice --- t/db_dependent/00-strict.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/00-strict.t b/t/db_dependent/00-strict.t index 4f3c9e4d27..052b8a108e 100755 --- a/t/db_dependent/00-strict.t +++ b/t/db_dependent/00-strict.t @@ -36,7 +36,7 @@ my @dirs = ( ); $Test::Strict::TEST_STRICT = 0; -$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'misc/plack/koha.psgi' ]; +$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl' ]; my $ncpu; if ( $ENV{KOHA_PROVE_CPUS} ) { -- 2.14.2