summaryrefslogtreecommitdiff
path: root/tests/files/system-modules/two.badname
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-16 17:56:24 +0200
committerStef Walter <stefw@gnome.org>2012-07-24 06:54:59 +0200
commitf10d361a5b523ce7f9289ba8d45ccd847510d619 (patch)
treed14ad400bb3d86a591effb749271b209b5a714e8 /tests/files/system-modules/two.badname
parentc0251b132cad98318be0565f676b9fa92dd1b8b4 (diff)
Use '.module' extension on module configs
* And want alphanumeric/_.- filenames * Currently this is just a warning, soon it will be enforced * The name of a module does not include the extension Andreas Metzler and Ubuntu both worked on this patch, and I've made some more changes. See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436 https://bugs.freedesktop.org/show_bug.cgi?id=52158
Diffstat (limited to 'tests/files/system-modules/two.badname')
-rw-r--r--tests/files/system-modules/two.badname7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/files/system-modules/two.badname b/tests/files/system-modules/two.badname
new file mode 100644
index 0000000..b6d0f7f
--- /dev/null
+++ b/tests/files/system-modules/two.badname
@@ -0,0 +1,7 @@
+# This module doesn't have a .module extension, but p11-kit doesn't yet
+# enforce the naming, just warns, so it should still be loaded
+
+module: mock-two.so
+setting: system2
+
+disable-in: test-disable, test-other \ No newline at end of file