summaryrefslogtreecommitdiff
path: root/tests/files
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files')
-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
-rw-r--r--tests/files/user-modules/three2
4 files changed, 6 insertions, 3 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
diff --git a/tests/files/user-modules/three b/tests/files/user-modules/three
index c8d800a..70c5e03 100644
--- a/tests/files/user-modules/three
+++ b/tests/files/user-modules/three
@@ -1,3 +1,3 @@
-module: /path/to/module-three
+module: mock-three.so
setting: user3 \ No newline at end of file