mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-29 01:07:44 +02:00
Fix linter issue
This commit is contained in:
parent
5cce70b3a9
commit
0015c62303
@ -1 +1 @@
|
|||||||
This marker file is there to identify the correct config being copied
|
This marker file is there to identify the correct config being copied
|
||||||
|
@ -120,7 +120,7 @@ load 'test_helper/common'
|
|||||||
path="$(duplicate_config_for_container duplicate_config_test)"
|
path="$(duplicate_config_for_container duplicate_config_test)"
|
||||||
|
|
||||||
run cat "$path/marker"
|
run cat "$path/marker"
|
||||||
assert_output "This marker file is there to identify the correct config being copied"
|
assert_line "This marker file is there to identify the correct config being copied"
|
||||||
|
|
||||||
run duplicate_config_for_container non-existant-source-folder "${BATS_TEST_NAME}2"
|
run duplicate_config_for_container non-existant-source-folder "${BATS_TEST_NAME}2"
|
||||||
assert_failure
|
assert_failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user