summaryrefslogtreecommitdiff
path: root/FS/t/fiber_olt.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:51:57 -0800
commit0fc158f576b404002225284b5dfc1634502f7569 (patch)
tree8523c59b98369e15523c54d35cea55acd05eedd0 /FS/t/fiber_olt.t
parentcc76d8abb5dec3012f6c24d18ccef346296b6579 (diff)
svc_fiber, #35260
Diffstat (limited to 'FS/t/fiber_olt.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 000000000..4caada134
--- /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";