Don't ask me. I just hacked Ivan's test.
authorkhoff <khoff>
Fri, 31 May 2002 18:48:13 +0000 (18:48 +0000)
committerkhoff <khoff>
Fri, 31 May 2002 18:48:13 +0000 (18:48 +0000)
FS/t/part_export-sqlmail.t [new file with mode: 0644]

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