Add plugin_dir and plugin_list test cases.
[matthijs/upstream/blosxom.git] / t / plugin_list / plugins / plugin4
diff --git a/t/plugin_list/plugins/plugin4 b/t/plugin_list/plugins/plugin4
new file mode 100644 (file)
index 0000000..2ddb545
--- /dev/null
@@ -0,0 +1,3 @@
+package plugin4;
+sub start { 1 };
+1;