diff options
Diffstat (limited to 'tests/files')
-rw-r--r-- | tests/files/system-modules/one.module (renamed from tests/files/system-modules/one) | 0 | ||||
-rw-r--r-- | tests/files/system-modules/two | 5 | ||||
-rw-r--r-- | tests/files/system-modules/two-duplicate.module (renamed from tests/files/system-modules/two-duplicate) | 0 | ||||
-rw-r--r-- | tests/files/system-modules/two.badname | 7 | ||||
-rw-r--r-- | tests/files/user-modules/one.module (renamed from tests/files/user-modules/one) | 0 | ||||
-rw-r--r-- | tests/files/user-modules/three.module (renamed from tests/files/user-modules/three) | 0 |
6 files changed, 7 insertions, 5 deletions
diff --git a/tests/files/system-modules/one b/tests/files/system-modules/one.module index 3620869..3620869 100644 --- a/tests/files/system-modules/one +++ b/tests/files/system-modules/one.module diff --git a/tests/files/system-modules/two b/tests/files/system-modules/two deleted file mode 100644 index f391757..0000000 --- a/tests/files/system-modules/two +++ /dev/null @@ -1,5 +0,0 @@ - -module: mock-two.so -setting: system2 - -disable-in: test-disable, test-other
\ No newline at end of file diff --git a/tests/files/system-modules/two-duplicate b/tests/files/system-modules/two-duplicate.module index 907aa75..907aa75 100644 --- a/tests/files/system-modules/two-duplicate +++ b/tests/files/system-modules/two-duplicate.module 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 diff --git a/tests/files/user-modules/one b/tests/files/user-modules/one.module index c371e4a..c371e4a 100644 --- a/tests/files/user-modules/one +++ b/tests/files/user-modules/one.module diff --git a/tests/files/user-modules/three b/tests/files/user-modules/three.module index 00caab5..00caab5 100644 --- a/tests/files/user-modules/three +++ b/tests/files/user-modules/three.module |