summaryrefslogtreecommitdiff
path: root/FS/t/Daemon.t
diff options
context:
space:
mode:
authorivan <ivan>2005-04-25 09:33:35 +0000
committerivan <ivan>2005-04-25 09:33:35 +0000
commitbeba6672fb9c9c5769c81f8029bb88cd2bc910e9 (patch)
treef771eb9b9e470deea0374e173cd66a0be4dbf847 /FS/t/Daemon.t
parent3d08b7bbf79c0131497d4812c552efe8a89d4cf3 (diff)
pick up freeside-sqlradius-radacctd again after all these years, now it just needs to update the "seconds" field(s), finally closes: Bug#1125
Diffstat (limited to 'FS/t/Daemon.t')
-rw-r--r--FS/t/Daemon.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/Daemon.t b/FS/t/Daemon.t
new file mode 100644
index 0000000..24893fd
--- /dev/null
+++ b/FS/t/Daemon.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::Daemon;
+$loaded=1;
+print "ok 1\n";