diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-13 08:00:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-13 08:00:48 +0000 |
commit | c9686bbe491bee54b36e69d8bb05129cdc9dec38 (patch) | |
tree | e13485b36cc3fc880de74e96b9bb50e311551d68 /debian/tests | |
parent | Releasing progress-linux version 3.9.1-4~progress7.99u1. (diff) | |
download | postfix-c9686bbe491bee54b36e69d8bb05129cdc9dec38.tar.xz postfix-c9686bbe491bee54b36e69d8bb05129cdc9dec38.zip |
Merging debian version 3.9.1-5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 3 | ||||
-rw-r--r-- | debian/tests/test-postfix.py | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 63dcbb8..1b89db1 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,5 +4,6 @@ Depends: libsasl2-modules, procmail, python3, python3-pexpect, - sasl2-bin + sasl2-bin, + ssl-cert, Restrictions: needs-root diff --git a/debian/tests/test-postfix.py b/debian/tests/test-postfix.py index 7e18c6f..e13851b 100644 --- a/debian/tests/test-postfix.py +++ b/debian/tests/test-postfix.py @@ -27,7 +27,7 @@ not work if "Local Only" was selected. How to run against a clean schroot named 'hardy': - schroot -c hardy -u root -- sh -c 'apt-get -y install procmail python-unit postfix sasl2-bin python-pexpect lsb-release && ./test-postfix.py -v' + schroot -c hardy -u root -- sh -c 'apt-get -y install procmail python-unit postfix sasl2-bin python-pexpect lsb-release ssl-cert && ./test-postfix.py -v' Tests: 00: setup |