diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 17:57:22 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 18:32:43 +0100 |
commit | b99cd2fd12bc3a2c6b858e65182a47a4ef27dba2 (patch) | |
tree | 6d1f90a97a008b6be7680021ccb93faccaad3988 /tests/run | |
parent | 35f4ecefa9c9ff55acfdb337b215e3d13345c86d (diff) |
test suite: `mv tests/snippets tests/config`
Diffstat (limited to 'tests/run')
-rwxr-xr-x | tests/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ prepare() { if [ -f "$TESTDIR/$u.conf" ] || [ -L "$TESTDIR/$u.conf" ]; then cat >>"$home/.dovecot/config" <"$TESTDIR/$u.conf" fi - cp -aT -- "$BASEDIR/snippets/dovecot" "$home/.dovecot/conf.d" + cp -aT -- "$BASEDIR/config/dovecot" "$home/.dovecot/conf.d" cp -at "$home/.dovecot/conf.d" -- "$BASEDIR/certs/ca.crt" "$BASEDIR/certs"/dovecot.* proto="$(env -i "${ENVIRON[@]}" doveconf -c "$home/.dovecot/config" -h protocols)" |