tests/test-acl
changeset 3426 f29989e9746e
parent 3416 bb00a5a92c30
child 3464 33b6c8193652
--- a/tests/test-acl
+++ b/tests/test-acl
@@ -102,3 +102,8 @@ echo '[acl.allow]' >> acl.config
 echo 'foo/** = betty' >> acl.config
 do_push betty
 
+echo 'acl.config can set only [acl.allow]/[acl.deny]'
+echo '[hooks]' >> acl.config
+echo 'changegroup.acl = false' >> acl.config
+do_push barney
+