summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-10-04 01:29:50 +0000
committerivan <ivan>2007-10-04 01:29:50 +0000
commit6d72bd2a060efa60a4d26db7256f68ec331cc2e2 (patch)
treee6b590f05e3a9562f7df9d2535148ebfb43a6c15 /FS
parent852b6d4f7a6baab8298d76fca4f3c5536b011dbb (diff)
wtf!
Diffstat (limited to 'FS')
-rw-r--r--FS/t/cust_tax_exempt.pm5
1 files changed, 0 insertions, 5 deletions
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";