aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-11 17:57:22 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-11 18:32:43 +0100
commitb99cd2fd12bc3a2c6b858e65182a47a4ef27dba2 (patch)
tree6d1f90a97a008b6be7680021ccb93faccaad3988 /tests/run
parent35f4ecefa9c9ff55acfdb337b215e3d13345c86d (diff)
test suite: `mv tests/snippets tests/config`
Diffstat (limited to 'tests/run')
-rwxr-xr-xtests/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run b/tests/run
index d216591..994c257 100755
--- a/tests/run
+++ b/tests/run
@@ -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)"