X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fh_cust_svc.t;fp=FS%2Ft%2Fh_cust_svc.t;h=a7dabbea02bf04f59dd7553762d64e02442f28da;hb=f7afca1829f8496509d10806439c37fcc1349135;hp=0000000000000000000000000000000000000000;hpb=72312a46911b3e71a4ea9739ee1571d74ae433fd;p=freeside.git diff --git a/FS/t/h_cust_svc.t b/FS/t/h_cust_svc.t new file mode 100644 index 000000000..a7dabbea0 --- /dev/null +++ b/FS/t/h_cust_svc.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_cust_svc; +$loaded=1; +print "ok 1\n";