summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorjeff <jeff>2007-02-27 01:51:52 +0000
committerjeff <jeff>2007-02-27 01:51:52 +0000
commitfbfffdabe931d704aae420984058e61dc4196b01 (patch)
tree20b82398f278cb8a0aebd47e1beb433bba660e03 /FS/t
parent1d719ccff55b1a82208fdf44b6dcd2da96b3c42e (diff)
config goes in database
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/conf.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/conf.t b/FS/t/conf.t
new file mode 100644
index 000000000..5e52079f6
--- /dev/null
+++ b/FS/t/conf.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::conf;
+$loaded=1;
+print "ok 1\n";