From 61584eb8ac577096b12a43d375e99a2df7a09622 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 19 Mar 2015 16:02:57 -0700 Subject: add h_svc_circuit.pm, needed for h_labels to work, #34107, from #23879 --- FS/t/h_svc_circuit.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/h_svc_circuit.t (limited to '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 index 000000000..89ec1e9de --- /dev/null +++ b/FS/t/h_svc_circuit.t @@ -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"; -- cgit v1.2.1