summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2010-07-12 13:17:45 +0000
committerivan <ivan>2010-07-12 13:17:45 +0000
commit9569b2f1e6147f97bfacb41bc94c6605eb59206f (patch)
treef147e4cb6f0422b1345820d22ae4b78905364dae /FS/t
parent184a1a9cfcd3beb1c4eabbdb2cfa5b5064684b9c (diff)
message templates, RT#8896
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/msg_template.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/msg_template.t b/FS/t/msg_template.t
new file mode 100644
index 0000000..cec1d41
--- /dev/null
+++ b/FS/t/msg_template.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::msg_template;
+$loaded=1;
+print "ok 1\n";