Adjust tests
- Add Tor to the docker image - Increase sleeping time in the mailsplit test
This commit is contained in:
@@ -61,7 +61,8 @@ RUN apt-get update -yqq && \
|
||||
sq \
|
||||
bind9-host \
|
||||
inotify-tools \
|
||||
mailutils
|
||||
mailutils \
|
||||
tor
|
||||
|
||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" hockeypuck
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ authenticate $KARL_FPR
|
||||
create_unix_user laura
|
||||
|
||||
echo -e "To: karl@example.com, Laura <laura@example.com>\nSubject: Testmail\n\nTestmail." | sendmail -t
|
||||
sleep 1
|
||||
sleep 2
|
||||
|
||||
R=1
|
||||
if [ $(expect_mail karl encrypted) == 0 ] ; then
|
||||
|
||||
Reference in New Issue
Block a user