1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-09 17:55:57 +00:00

test: Replace dnsmasq with minidns

This commit replaces test/t-14-tls_tracking usage of dnsmasq (an
external test dependency) with our new minidns.
This commit is contained in:
Alberto Bertogli
2018-11-28 09:50:44 +00:00
parent a0ae5fb41b
commit 57f5a09901
4 changed files with 14 additions and 36 deletions

View File

@@ -25,8 +25,7 @@ RUN apt-get install -y -q python3 msmtp
# Install the optional packages for the integration tests.
RUN apt-get install -y -q \
gettext-base dovecot-imapd \
exim4-daemon-light \
dnsmasq
exim4-daemon-light
# Prepare exim.
RUN mkdir -p test/t-02-exim/.exim4 \