summaryrefslogtreecommitdiff
path: root/FS/t/ftp_target.t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-06-13 16:18:49 -0700
committerMark Wells <mark@freeside.biz>2012-06-13 16:18:49 -0700
commit9ef78be87df0f0f880ff5d903ed6243b67369cf0 (patch)
treee69278b1e33baf2b9c0356ed31435fc0f0188b01 /FS/t/ftp_target.t
parentdaa09251fec52517b630b3f6935041dc7c795f90 (diff)
table of FTP targets for invoice spool upload, #17620
Diffstat (limited to 'FS/t/ftp_target.t')
-rw-r--r--FS/t/ftp_target.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/ftp_target.t b/FS/t/ftp_target.t
new file mode 100644
index 000000000..1a5928118
--- /dev/null
+++ b/FS/t/ftp_target.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::ftp_target;
+$loaded=1;
+print "ok 1\n";