summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2011-10-06 20:44:18 +0000
committerivan <ivan>2011-10-06 20:44:18 +0000
commitc9678906cb89a0c05a67d8118898202b64f84fd6 (patch)
tree3f40b30c062a7e395e1331c9263cfb45e51ea112 /FS/t
parenta87829a0945ad5199b8676756c3186a7139d086d (diff)
add dsl_device to track mac addresses, RT#13656
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/dsl_device.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/dsl_device.t b/FS/t/dsl_device.t
new file mode 100644
index 000000000..2e97424b8
--- /dev/null
+++ b/FS/t/dsl_device.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::dsl_device;
+$loaded=1;
+print "ok 1\n";