summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-21 14:41:40 -0800
committerMark Wells <mark@freeside.biz>2015-12-21 14:42:14 -0800
commit38444ef88b5e93aa9aa724369ae8fe17c97fa480 (patch)
treead3d567424176a4f0169ab1e2e0a40876f970450 /FS/t
parent97ac81431c508194cd14586fa96d68259a79efe1 (diff)
svc_fiber, #35260
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/fiber_olt.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/fiber_olt.t b/FS/t/fiber_olt.t
new file mode 100644
index 0000000..4caada1
--- /dev/null
+++ b/FS/t/fiber_olt.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::fiber_olt;
+$loaded=1;
+print "ok 1\n";