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