summaryrefslogtreecommitdiff
path: root/FS/t/upgrade_journal.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-04-04 15:41:26 -0700
committerIvan Kohler <ivan@freeside.biz>2012-04-04 15:41:26 -0700
commit685f35c0d8d08ea7bbf2ac7cf2db19cdc79fcccf (patch)
tree889923eeb7908d7c8121accb2fea8d89ea4fb31d /FS/t/upgrade_journal.t
parent3075e4648ca64d58c3458195ddda34235b4aae59 (diff)
parent341ee4847da0f09898b07f35e5b3d43d3b687805 (diff)
Merge branch 'FREESIDE_2_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_2_3_BRANCH
Diffstat (limited to 'FS/t/upgrade_journal.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";