Fix missing newline at the end of file

This commit is contained in:
Martin Schulze 2020-10-17 23:24:23 +02:00
parent b7388d3b46
commit 13963747b8

View file

@ -185,4 +185,4 @@ function wait_for_changes_to_be_detected_in_container() {
timeout=${TEST_TIMEOUT_IN_SECONDS}
repeat_in_container_until_success_or_timeout "$timeout" "$containerName" \
bash -c 'source /usr/local/bin/helper_functions.sh; cmp --silent -- <(_monitored_files_checksums) "$CHKSUM_FILE" >/dev/null'
}
}