summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-16 14:03:02 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-16 14:03:02 -0800
commitaf0778d5f900697e0a523c6f88b3b250d5a0d1c9 (patch)
treea67418278de5d010842b2e60e021c0f5fcf2aeec /FS/t
parent08c277b9867608b9ba8ddc8ae8c67d1ca8bb3ff5 (diff)
remove cust_recon
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_recon.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/t/cust_recon.t b/FS/t/cust_recon.t
deleted file mode 100644
index 3724736f4..000000000
--- a/FS/t/cust_recon.t
+++ /dev/null
@@ -1,5 +0,0 @@
-BEGIN { $| = 1; print "1..1\n" }
-END {print "not ok 1\n" unless $loaded;}
-use FS::cust_recon;
-$loaded=1;
-print "ok 1\n";