Testing oneliner on for loop

This commit is contained in:
Thomas VIAL 2015-10-19 17:25:47 +02:00
parent a956e03110
commit e4b9dffb5d
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ prepare:
fixtures:
# Sending test mails
for file in test/email-templates/*.txt ; do \
docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/$$file" ; \
done
for file in test/email-templates/*.txt ; do docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/$$file" ; done
# Wait for mails to be analyzed
sleep 10