diff options
Diffstat (limited to 'doc/build.md')
-rw-r--r-- | doc/build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.md b/doc/build.md index 2e4e511..142097e 100644 --- a/doc/build.md +++ b/doc/build.md @@ -38,7 +38,7 @@ Additional packages are required in order to run the test suite: $ sudo apt install dovecot-imapd dovecot-lmtpd openssl procps sqlite3 xxd <!-- --> - $ make test + $ make check (The test suite also needs to bind to TCP ports 10024, 10143 and 10993 on the loopback interface.) |