summaryrefslogtreecommitdiff
path: root/FS/t/upload_target.t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-10-27 14:24:00 -0700
committerMark Wells <mark@freeside.biz>2012-10-27 14:24:00 -0700
commiteccc8de2366e2e004a37761b8da2b447ec861ecb (patch)
treebce8f9b106ae4fec53432600847352a48b0d14b5 /FS/t/upload_target.t
parent2c2da653a3d39945d8d2c244d102ccbee862053b (diff)
ICS invoice spool format and email delivery, #17620
Diffstat (limited to 'FS/t/upload_target.t')
-rw-r--r--FS/t/upload_target.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/upload_target.t b/FS/t/upload_target.t
new file mode 100644
index 000000000..6d55de0f2
--- /dev/null
+++ b/FS/t/upload_target.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::upload_target;
+$loaded=1;
+print "ok 1\n";