summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-09-18 10:18:43 -0700
committerMark Wells <mark@freeside.biz>2015-09-18 10:19:08 -0700
commit77a4ccff7384368888fe88379f01f9ddc34244d8 (patch)
treedf949604ac1bbd5bb17b647fa37b7c0fb42dee1d /FS/t
parent8cbf995cfbc851821242f4ab5e03713b3de8ef69 (diff)
send commission reports by email, #33101
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/report_batch.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/report_batch.t b/FS/t/report_batch.t
new file mode 100644
index 000000000..42fc8936a
--- /dev/null
+++ b/FS/t/report_batch.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::report_batch;
+$loaded=1;
+print "ok 1\n";