diff --git a/t/ILSDI_Services.t b/t/ILSDI_Services.t deleted file mode 100755 index 99476d3382..0000000000 --- a/t/ILSDI_Services.t +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl -# -# This Koha test module is a stub! -# Add more tests here!!! - -use strict; -use warnings; - -use Test::More tests => 1; - -BEGIN { - use_ok('C4::ILSDI::Services'); -} -