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