add h_svc_circuit.pm, needed for h_labels to work, #34107, from #23879
[freeside.git] / FS / t / h_svc_circuit.t
diff --git a/FS/t/h_svc_circuit.t b/FS/t/h_svc_circuit.t
new file mode 100644 (file)
index 0000000..89ec1e9
--- /dev/null
@@ -0,0 +1,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";