1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-08 17:51:57 +00:00

test: Readability cleanup

This patch makes a few small changes to the tests for readability, such
as changing the arguments to the add_user function.
This commit is contained in:
Alberto Bertogli
2016-10-17 07:41:12 +01:00
parent f38ae47164
commit 6f048027a7
10 changed files with 41 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ They're not expected to be portable, as that gets impractical very quickly.
They also have some dependencies, listed below.
=== Dependencies
## Dependencies
The tests depend on the following things being installed on the system (listed
as Debian package, for consistency):
@@ -15,9 +15,11 @@ as Debian package, for consistency):
- msmtp
- util-linux (for /usr/bin/setsid)
For t-exim (Exim interaction tests):
For t-02-exim (Exim interaction tests):
- gettext-base (for /usr/bin/envsubst)
- The exim binary available somewhere, but it doesn't have to be installed.
There's a script "get-exim4-debian.sh" to get it from the archives.
For some tests, python >= 3.5 is required; they will be skipped if it's not
available.