summaryrefslogtreecommitdiff
path: root/FS/t/cust_msg.t
diff options
context:
space:
mode:
authormark <mark>2011-05-20 20:19:44 +0000
committermark <mark>2011-05-20 20:19:44 +0000
commitbb119c4cc86e906f698a205437790bd8f96bb3d0 (patch)
tree5d9f3d66aeb07dba0fa522e28c68ebb5095f71db /FS/t/cust_msg.t
parent7091372fa4580cc041feb25263ac3c1d67c59e3f (diff)
logging of template-generated mail, #12809
Diffstat (limited to 'FS/t/cust_msg.t')
-rw-r--r--FS/t/cust_msg.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_msg.t b/FS/t/cust_msg.t
new file mode 100644
index 000000000..5d6e439e9
--- /dev/null
+++ b/FS/t/cust_msg.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_msg;
+$loaded=1;
+print "ok 1\n";