summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-12-01 15:18:54 +0000
committerGeorge Peter Banyard <girgias@php.net>2020-12-01 16:38:08 +0000
commit5aaffc8095eeb69407855b33d1939dd5ebd619ca (patch)
treea78c8d7c7614ba3899b1acbc6f0f21e36a85bef1 /azure
parent83cf4aa13a9e5c59a6baf60d293bd2e38ab9d59d (diff)
downloadphp-git-5aaffc8095eeb69407855b33d1939dd5ebd619ca.tar.gz
Backport IMAP test modernization to PHP-8.0 branch
Closes GH-6476
Diffstat (limited to 'azure')
-rw-r--r--azure/setup.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/setup.yml b/azure/setup.yml
index e0b4dc79da..489df88159 100644
--- a/azure/setup.yml
+++ b/azure/setup.yml
@@ -20,8 +20,8 @@ steps:
set -e
sudo groupadd -g 5000 vmail
sudo useradd -m -d /var/vmail -s /bin/false -u 5000 -g vmail vmail
- sudo cp ext/imap/tests/dovecot.conf /etc/dovecot/dovecot.conf
- sudo cp ext/imap/tests/dovecotpass /etc/dovecot/dovecotpass
+ sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf
+ sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
sudo service dovecot restart
displayName: 'Configure IMAP'