From: ivan Date: Thu, 4 Oct 2007 01:29:50 +0000 (+0000) Subject: wtf! X-Git-Tag: TRIXBOX_2_6~318 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6d72bd2a060efa60a4d26db7256f68ec331cc2e2 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";