diff options
author | Mark Wells <mark@freeside.biz> | 2016-09-26 15:25:07 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-09-27 10:18:19 -0700 |
commit | a5242cfab7eeb5f02e9025d79eb97e077e3d1abb (patch) | |
tree | e9c87bb27014d4cb8136e5218f6add9e61f11fc4 /FS/t/addr_status.t | |
parent | 00be4ba5a4ae727b18c1bd1ee61adfb97c744192 (diff) |
scanning daemon and network status map, goal 1C
Diffstat (limited to 'FS/t/addr_status.t')
-rw-r--r-- | FS/t/addr_status.t | 5 |
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"; |