diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2020-02-10 15:10:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 15:10:32 +0200 |
commit | 9e5ea00ec6536c694d1630857aece6aaa5ecb475 (patch) | |
tree | d456bf6334b0c1af3813d29dc5d6e7d400f1b2cc /spec | |
parent | 1c7e8bcc01ef3d0a3d529524ca34bd8a0556f7ee (diff) | |
parent | 3d6fe1fdc6fedaa96839a4cb74a5beba212ec34e (diff) | |
download | puppet-mailalias_core-9e5ea00ec6536c694d1630857aece6aaa5ecb475.tar.gz puppet-mailalias_core-9e5ea00ec6536c694d1630857aece6aaa5ecb475.tar.bz2 |
Merge pull request #21 from ciprianbadescu/MODULES-7202/fix-comma-value-handling
(MODULES-7202) fixes comma handling in value
Diffstat (limited to 'spec')
-rw-r--r-- | spec/fixtures/integration/provider/mailalias/aliases/test1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/integration/provider/mailalias/aliases/test1 b/spec/fixtures/integration/provider/mailalias/aliases/test1 index a69be8a..342239d 100644 --- a/spec/fixtures/integration/provider/mailalias/aliases/test1 +++ b/spec/fixtures/integration/provider/mailalias/aliases/test1 @@ -26,6 +26,7 @@ decode: root # Other tests anothertest: "|/path/to/rt-mailgate --queue 'another test' --action correspond --url http://my.com/" test: "|/path/to/rt-mailgate --queue 'test' --action correspond --url http://my.com/" +commas_in_command_test: "|/path/to/rt-mailgate --queue 'test' --action correspond --url http://my.com/ --projects projecta,projectb" # Included file incfile: :include: /tmp/somefile |