summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-04 10:10:03 -0700
committerMark Wells <mark@freeside.biz>2012-04-04 10:10:03 -0700
commit05a2b9c6955bb301a31182169e1d092e6b11a8c9 (patch)
tree9ced7e7790f740843fd72f7c9becd01449004d75 /FS/t
parent2600a7158e2fe843f4ac21420a6e7b72bc9af541 (diff)
options to limit access to full customer list, #15928
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/upgrade_journal.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/upgrade_journal.t b/FS/t/upgrade_journal.t
new file mode 100644
index 000000000..0822effc5
--- /dev/null
+++ b/FS/t/upgrade_journal.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::upgrade_journal;
+$loaded=1;
+print "ok 1\n";