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