diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-04-06 23:10:15 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-04-25 21:33:44 +0200 |
commit | 8d42c8364882bf2d743a5b876d6df741b6d67e40 (patch) | |
tree | 0d41cd8cb0d34680d08c3b85993cacf9f33c0240 /test | |
parent | 972e83f5ff186bce4cde7a5627b6700e440b87ba (diff) |
Testsuite: add hint about usernames
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/README b/test/README index d971bc744..00bac5024 100644 --- a/test/README +++ b/test/README @@ -79,6 +79,8 @@ In order to run this test suite, the following requirements must be met: and "xyz" and single letters that are used in the tests. The test suite expects the login to have a gecos name; I think it will now run if the gecos field is empty but there may be anomalies. + The login must not contain a dash or an equal sign. (Otherwise some tests + about local_from_{suffix,prefix} will fail.) (4) The directory into which you unpack the test suite must be accessible by the Exim user, so that code running as exim can access the files therein. |