diff options
Diffstat (limited to 'src/tests/modules/files/addcontrol.unlang')
-rw-r--r-- | src/tests/modules/files/addcontrol.unlang | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tests/modules/files/addcontrol.unlang b/src/tests/modules/files/addcontrol.unlang new file mode 100644 index 0000000..5b431f1 --- /dev/null +++ b/src/tests/modules/files/addcontrol.unlang @@ -0,0 +1,8 @@ +# +# Run the "files" module +# +files + +update { + &reply: += &control:[*] +} |