summaryrefslogtreecommitdiff
path: root/FS/t/addr_status.t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-26 15:25:07 -0700
committerMark Wells <mark@freeside.biz>2016-09-27 10:18:19 -0700
commita5242cfab7eeb5f02e9025d79eb97e077e3d1abb (patch)
treee9c87bb27014d4cb8136e5218f6add9e61f11fc4 /FS/t/addr_status.t
parent00be4ba5a4ae727b18c1bd1ee61adfb97c744192 (diff)
scanning daemon and network status map, goal 1C
Diffstat (limited to 'FS/t/addr_status.t')
-rw-r--r--FS/t/addr_status.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/addr_status.t b/FS/t/addr_status.t
new file mode 100644
index 000000000..ece424b9e
--- /dev/null
+++ b/FS/t/addr_status.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::addr_status;
+$loaded=1;
+print "ok 1\n";