mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
6 lines
122 B
Tcl
6 lines
122 B
Tcl
|
start_server {tags {"acl"}} {
|
||
|
test {Connections start with the default user} {
|
||
|
r ACL WHOAMI
|
||
|
} {default}
|
||
|
}
|