diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-19 16:04:44 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-19 16:04:44 -0700 |
commit | db11c15281c8cf85c1d1ef7ffa645848cf55abdd (patch) | |
tree | b26d3461843a326db5fea1fc99b95c6dc2f059b2 /FS/t/h_svc_circuit.t | |
parent | 53395085fc5fcbb21515ce12817a426c60d62a41 (diff) |
add h_svc_circuit.pm, needed for h_labels to work, #34107, from #23879
Diffstat (limited to 'FS/t/h_svc_circuit.t')
-rw-r--r-- | FS/t/h_svc_circuit.t | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |