update address standardization for cust_location changes
[freeside.git] / FS / t / ftp_target.t
diff --git a/FS/t/ftp_target.t b/FS/t/ftp_target.t
new file mode 100644 (file)
index 0000000..1a59281
--- /dev/null
@@ -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";