diff options
author | Mark Wells <mark@freeside.biz> | 2012-06-13 16:18:49 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-06-13 16:18:49 -0700 |
commit | 9ef78be87df0f0f880ff5d903ed6243b67369cf0 (patch) | |
tree | e69278b1e33baf2b9c0356ed31435fc0f0188b01 /FS/t/ftp_target.t | |
parent | daa09251fec52517b630b3f6935041dc7c795f90 (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.t | 5 |
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"; |