diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-15 15:03:47 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-15 16:02:42 +0000 |
commit | 46017bad89b849137b4b327db699fdc6f63ffbec (patch) | |
tree | 609ca54489c2dbf11202c1731a3cd644a4b2041a /test/confs | |
parent | 3b3e6617a45743290ff2428d9a23ab77e137886b (diff) |
Testsuite: avoid one fixed UID
This gets us out of a hole on one test system which had UID 1234 in use;
it is not a full fix as we also (try to) use 5768.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0001 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0001 b/test/confs/0001 index fc2ae3eaf..4dfd09aea 100644 --- a/test/confs/0001 +++ b/test/confs/0001 @@ -208,7 +208,7 @@ timeout_frozen_after = 7d timezone = EDT tls_advertise_hosts = trusted_groups = 42 -trusted_users = ${readfile{DIR/aux-fixed/TESTNUM.trusted}{:}} +trusted_users = ${readfile{DIR/aux-var/TESTNUM.trusted}{:}} unknown_login = unknownlogin unknown_username = Exim Testing untrusted_set_sender = * |