Fix trailing slash in path
This commit is contained in:
parent
13963747b8
commit
f47f85598d
|
@ -2,7 +2,7 @@ load 'test_helper/common'
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
docker run -d --name mail_with_default_relay \
|
docker run -d --name mail_with_default_relay \
|
||||||
-v "$(duplicate_config_for_container relay-hosts/)":/tmp/docker-mailserver \
|
-v "$(duplicate_config_for_container relay-hosts)":/tmp/docker-mailserver \
|
||||||
-v "`pwd`/test/test-files":/tmp/docker-mailserver-test:ro \
|
-v "`pwd`/test/test-files":/tmp/docker-mailserver-test:ro \
|
||||||
-e DEFAULT_RELAY_HOST=default.relay.host.invalid:25 \
|
-e DEFAULT_RELAY_HOST=default.relay.host.invalid:25 \
|
||||||
--cap-add=SYS_PTRACE \
|
--cap-add=SYS_PTRACE \
|
||||||
|
|
Loading…
Reference in New Issue