forgot
authorivan <ivan>
Tue, 29 Sep 2009 06:17:50 +0000 (06:17 +0000)
committerivan <ivan>
Tue, 29 Sep 2009 06:17:50 +0000 (06:17 +0000)
FS/t/cust_attachment.t [new file with mode: 0644]

diff --git a/FS/t/cust_attachment.t b/FS/t/cust_attachment.t
new file mode 100644 (file)
index 0000000..5986204
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_attachment;
+$loaded=1;
+print "ok 1\n";