summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-05 17:12:40 -0700
committerMark Wells <mark@freeside.biz>2012-04-05 17:12:40 -0700
commitaef1bdae7fb5e72b785581493901d390f2cbdac9 (patch)
treee39497bd2e16bef6e8fb69f5ca61d319974a3edd /FS/t
parent6cebc2154e81a0c60a8892fdac88fca5be74f75b (diff)
missing files for #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";