From: ivan Date: Thu, 4 Oct 2007 01:30:23 +0000 (+0000) Subject: wtf! X-Git-Tag: freeside_1_7_3rc1~319 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3ec7aa9c1a09e70e6151b436550620a4a69fc93a;p=freeside.git wtf! --- diff --git a/FS/t/cust_tax_exempt.pm b/FS/t/cust_tax_exempt.pm deleted file mode 100644 index 8af13e3aa..000000000 --- a/FS/t/cust_tax_exempt.pm +++ /dev/null @@ -1,5 +0,0 @@ -BEGIN { $| = 1; print "1..1\n" } -END {print "not ok 1\n" unless $loaded;} -use FS::cust_tax_exempt; -$loaded=1; -print "ok 1\n";