summaryrefslogtreecommitdiff
path: root/FS/t/legacy_cust_history.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:32 -0800
committerIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:32 -0800
commite4a47f372deb65290c79c78b1ea17e6a8af9ecfa (patch)
treeb1251b64ae1833a5b1464863b32a383d391a202c /FS/t/legacy_cust_history.t
parentacfdd430ccbe5a0867b42dd99d255f8f108a35e3 (diff)
legacy change history, RT#29311
Diffstat (limited to 'FS/t/legacy_cust_history.t')
-rw-r--r--FS/t/legacy_cust_history.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/legacy_cust_history.t b/FS/t/legacy_cust_history.t
new file mode 100644
index 000000000..ac48aee0c
--- /dev/null
+++ b/FS/t/legacy_cust_history.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::legacy_cust_history;
+$loaded=1;
+print "ok 1\n";