summaryrefslogtreecommitdiff
path: root/tests/files/system-modules
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/system-modules')
-rw-r--r--tests/files/system-modules/one2
-rw-r--r--tests/files/system-modules/two2
-rw-r--r--tests/files/system-modules/two-duplicate3
3 files changed, 5 insertions, 2 deletions
diff --git a/tests/files/system-modules/one b/tests/files/system-modules/one
index e48b76d..3620869 100644
--- a/tests/files/system-modules/one
+++ b/tests/files/system-modules/one
@@ -1,3 +1,3 @@
-module: /path/to/module-one
+module: mock-one.so
setting: system1 \ No newline at end of file
diff --git a/tests/files/system-modules/two b/tests/files/system-modules/two
index 66e24dc..0bfa3ca 100644
--- a/tests/files/system-modules/two
+++ b/tests/files/system-modules/two
@@ -1,3 +1,3 @@
-module: /path/to/module-two
+module: mock-two.so
setting: system2 \ No newline at end of file
diff --git a/tests/files/system-modules/two-duplicate b/tests/files/system-modules/two-duplicate
new file mode 100644
index 0000000..907aa75
--- /dev/null
+++ b/tests/files/system-modules/two-duplicate
@@ -0,0 +1,3 @@
+
+# This is a duplicate of the 'two' module
+module: mock-two.so