summaryrefslogtreecommitdiff
path: root/FS/t/InitHandler.t
diff options
context:
space:
mode:
authorivan <ivan>2002-07-03 10:33:37 +0000
committerivan <ivan>2002-07-03 10:33:37 +0000
commit0da4c69a66e13410b0eff18966e13170d1306f22 (patch)
tree114bf49efe75585fd9808927f7cd065019b80a9e /FS/t/InitHandler.t
parente48985560b4c23e511658f2d638b762c061beee1 (diff)
preload all dbdefs
Diffstat (limited to 'FS/t/InitHandler.t')
-rw-r--r--FS/t/InitHandler.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/InitHandler.t b/FS/t/InitHandler.t
new file mode 100644
index 000000000..0ce60c833
--- /dev/null
+++ b/FS/t/InitHandler.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::InitHandler;
+$loaded=1;
+print "ok 1\n";