summaryrefslogtreecommitdiff
path: root/FS/t/access_groupagent.t
blob: aff1f25246a5d980fb1b1cd5963df1d64eabc2f7 (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::access_groupagent;
$loaded=1;
print "ok 1\n";