diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-06-09 10:13:45 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-06-09 10:13:45 +0200 |
commit | d6463e70eeb0ad3d93788a3e0f13e2007be54c50 (patch) | |
tree | ba89ea9d04379dd923cd074a1d1ed359a0eaabda /tests/files/user-modules | |
parent | 48a08272bfcc0153887b850b4ea82e8fb7d8f1ae (diff) |
Complete testing of global config files and directories.
Diffstat (limited to 'tests/files/user-modules')
-rw-r--r-- | tests/files/user-modules/one | 2 | ||||
-rw-r--r-- | tests/files/user-modules/three | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/files/user-modules/one b/tests/files/user-modules/one new file mode 100644 index 0000000..c371e4a --- /dev/null +++ b/tests/files/user-modules/one @@ -0,0 +1,2 @@ + +setting: user1
\ No newline at end of file diff --git a/tests/files/user-modules/three b/tests/files/user-modules/three new file mode 100644 index 0000000..c8d800a --- /dev/null +++ b/tests/files/user-modules/three @@ -0,0 +1,3 @@ + +module: /path/to/module-three +setting: user3
\ No newline at end of file |