diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-12 22:50:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-12 22:50:52 +0100 |
commit | 525239c16e35d7bf893e0e2232f4c4c4a7c75447 (patch) | |
tree | e61d7715ff4f7e35bdb4eb04659d0a99809edc4d /test/scripts | |
parent | 723c72e64c04d3b7bdf03b26c65761c1ae569312 (diff) |
Use custom variables for ACL args, up to nine. Add an arg-count variable.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index d567f8486..62a0a1f56 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -91,6 +91,8 @@ acl: ${acl} acl: ${acl {a_bad}} acl: ${acl {a_ret}} acl: ${acl {a_ret}{person@dom.ain}} +acl: ${acl {a_ret}{firstarg}{secondarg}} +acl: ${acl {a_ret}{arg with spaces}} acl: ${acl {a_none}} acl: ${acl {a_none}{person@dom.ain}} acl: ${acl {a_deny}} |