diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-09-10 01:33:44 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-26 17:45:26 -0700 |
| commit | a633b5ba5364a69bffb507a0a48331ba879ed0ac (patch) | |
| tree | 72bf0563c69ee6900ffc8dc5843a9d0d5775b6ff /FS/t | |
| parent | 361a226ba50dc6621f258a1435defddb39f413d2 (diff) | |
svc_cable service have a single serial / MAC / model, not one-to-many devices like svc_phone and svc_dsl, RT#22009
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/cable_device.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/t/cable_device.t b/FS/t/cable_device.t deleted file mode 100644 index 016d2c5c1..000000000 --- a/FS/t/cable_device.t +++ /dev/null @@ -1,5 +0,0 @@ -BEGIN { $| = 1; print "1..1\n" } -END {print "not ok 1\n" unless $loaded;} -use FS::cable_device; -$loaded=1; -print "ok 1\n"; |
