Fix linter issue

This commit is contained in:
Martin Schulze 2020-10-20 15:02:31 +02:00
parent 5cce70b3a9
commit 0015c62303
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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