diff options
author | Guilhem Moulin <guilhem@debian.org> | 2025-04-29 05:49:31 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-04-29 05:50:24 +0200 |
commit | 2b444640593e5e15eeba5d67ea1e0bd11392d613 (patch) | |
tree | 4b037f63e5449e8ec000403d5d94a447fb47cb06 | |
parent | d3bcc2e368e7399af664812cbd67df1dc827d58b (diff) |
tests: Add homedirs to the passwd-file.
It doesn't seem to affect test outputs, but doesn't hurt either.
-rwxr-xr-x | tests/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ prepare() { env -i PATH="/usr/bin:/bin" /usr/sbin/dovecot -c "$home/.dovecot/config" DOVECOT_SERVER+=( "$home/.dovecot/config" ) - printf "%s:%s:::::\\n" "$u" "$(xxd -l16 -p </dev/urandom)" >"$home/.dovecot/users" + printf "%s:%s::::%s:\\n" "$u" "$(xxd -l16 -p </dev/urandom)" "$home" >"$home/.dovecot/users" fi mkdir -pm0755 -- "$home/.local/bin" |