diff options
author | ivan <ivan> | 2009-09-29 06:17:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-09-29 06:17:50 +0000 |
commit | 505d7cbfbaf382a9477e8e754a0b89676c23f5d1 (patch) | |
tree | 16e5cecc6172737b2643ab3caced73e33757e81a | |
parent | 6b89c9cf7abe900811cac333fa7133f1be0af488 (diff) |
forgot
-rw-r--r-- | FS/t/cust_attachment.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_attachment.t b/FS/t/cust_attachment.t new file mode 100644 index 000000000..59862040c --- /dev/null +++ b/FS/t/cust_attachment.t @@ -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"; |