diff options
Diffstat (limited to 'tests/files')
-rw-r--r-- | tests/files/system-modules/one | 2 | ||||
-rw-r--r-- | tests/files/system-modules/two | 2 | ||||
-rw-r--r-- | tests/files/system-modules/two-duplicate | 3 | ||||
-rw-r--r-- | tests/files/user-modules/three | 2 |
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 |