mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00: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)"
|
||||
|
||||
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"
|
||||
assert_failure
|
||||
|
|
Loading…
Reference in a new issue