X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2FMaintainance.t;h=0106d476105252e32a2770c2186750c3d3a5967c;hb=f481a7fe00e9160180f5309f7404f14f14930eca;hp=738366230628ea2e404d896365fe1df215f70eaa;hpb=77618f43cf589c5dddcf5ad13f8afda51d1a1129;p=koha.git diff --git a/t/Maintainance.t b/t/Maintainance.t old mode 100644 new mode 100755 index 7383662306..0106d47610 --- a/t/Maintainance.t +++ b/t/Maintainance.t @@ -1,5 +1,14 @@ -BEGIN { $| = 1; print "1..1\n"; } -END {print "not ok 1\n" unless $loaded;} -use C4::Maintainance; -$loaded = 1; -print "ok 1\n"; +#!/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::Maintainance'); +} +