mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
We already use chamuyero scripts for some of chasquid-util's tests, this patch moves most of the rest too, for consistency.
22 lines
873 B
Plaintext
22 lines
873 B
Plaintext
# Unknown argument.
|
|
c = ./chasquid-util --configdir=.config blahrarghar
|
|
c <- Unknown argument "blahrarghar"
|
|
c wait 1
|
|
|
|
c = ./chasquid-util --configdir=.nonono check-userdb
|
|
c <- Error loading database: open .nonono/domains//users: no such file or directory
|
|
c wait 1
|
|
|
|
c = ./chasquid-util --configdir=.nonono print-config
|
|
c <- Error loading config: failed to read config at ".nonono/chasquid.conf": open .nonono/chasquid.conf: no such file or directory
|
|
c wait 1
|
|
|
|
c = ./chasquid-util --configdir=.nonono aliases-resolve email@addr
|
|
c <- Error loading config: failed to read config at ".nonono/chasquid.conf": open .nonono/chasquid.conf: no such file or directory
|
|
c wait 1
|
|
|
|
c = ./chasquid-util --configdir=.nonono domaininfo-remove domain
|
|
c <- Error loading config: failed to read config at ".nonono/chasquid.conf": open .nonono/chasquid.conf: no such file or directory
|
|
c wait 1
|
|
|