From e30d879980d0fde59e1f0bb3db066a31cda19afa Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 25 Oct 2019 08:21:20 +0000 Subject: [PATCH] Bug 21190: Remove t/Log.t Content-Type: text/plain; charset=utf-8 Since we have t/db../Log.t and t/Log.t simply does nothing, we would better remove it. No test plan either :) Signed-off-by: Marcel de Rooy Signed-off-by: Jon Knight Signed-off-by: Michal Denar --- t/Log.t | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 t/Log.t diff --git a/t/Log.t b/t/Log.t deleted file mode 100755 index bfcd75a3af..0000000000 --- a/t/Log.t +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl -# -# This Koha test module is a stub! -# Add more tests here!!! - -use Modern::Perl; - -use Test::More tests => 1; - -BEGIN { - use_ok('C4::Log'); -} -- 2.11.0