summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-07 17:39:00 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-07 17:39:00 -0700
commitee7bb8218d50ca38148427c9b24a8decbd3ace86 (patch)
treef0e242c61544912b1ef74b6dabfc9e7d3f6d0811 /FS/t
parentecd1baba392d971b49a50f133349f85aaec548a0 (diff)
start svc_alarm, RT#23694
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/svc_alarm.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/svc_alarm.t b/FS/t/svc_alarm.t
new file mode 100644
index 000000000..dbe7712d7
--- /dev/null
+++ b/FS/t/svc_alarm.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::svc_alarm;
+$loaded=1;
+print "ok 1\n";