diff options
author | Mark Wells <mark@freeside.biz> | 2015-12-21 14:41:40 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-12-21 14:51:57 -0800 |
commit | 0fc158f576b404002225284b5dfc1634502f7569 (patch) | |
tree | 8523c59b98369e15523c54d35cea55acd05eedd0 /FS/t/fiber_olt.t | |
parent | cc76d8abb5dec3012f6c24d18ccef346296b6579 (diff) |
svc_fiber, #35260
Diffstat (limited to 'FS/t/fiber_olt.t')
-rw-r--r-- | FS/t/fiber_olt.t | 5 |
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"; |