mostly pwd replacements and introduction of local keywords

This commit is contained in:
Georg Lauterbach 2020-10-19 13:13:42 +02:00
parent 0d219800ff
commit 3f5c518950
No known key found for this signature in database
GPG key ID: 386D76E7AD496709
32 changed files with 80 additions and 80 deletions

View file

@ -11,7 +11,7 @@ function teardown() {
function setup_file() {
docker run -d --name mail_fetchmail \
-v "$(duplicate_config_for_container .)":/tmp/docker-mailserver \
-v "`pwd`/test/test-files":/tmp/docker-mailserver-test:ro \
-v "$(pwd)/test/test-files":/tmp/docker-mailserver-test:ro \
-e ENABLE_FETCHMAIL=1 \
--cap-add=NET_ADMIN \
-e DMS_DEBUG=0 \
@ -61,4 +61,4 @@ function teardown_file() {
@test "last" {
skip 'this test is only there to reliably mark the end for the teardown_file'
}
}