From b970f3999c9a49146ec2f5224a60057723304d1b Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 19 May 2004 13:41:27 +0000 Subject: adding acct_sql export --- FS/t/part_export-acct_sql.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/part_export-acct_sql.t (limited to 'FS/t') diff --git a/FS/t/part_export-acct_sql.t b/FS/t/part_export-acct_sql.t new file mode 100644 index 000000000..9eed47259 --- /dev/null +++ b/FS/t/part_export-acct_sql.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::acct_sql; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1