From 13963747b892f46fd8d293b1593aa6af15aecb34 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Sat, 17 Oct 2020 23:24:23 +0200 Subject: [PATCH] Fix missing newline at the end of file --- test/test_helper/common.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper/common.bash b/test/test_helper/common.bash index 46d42519..e6c03ba0 100644 --- a/test/test_helper/common.bash +++ b/test/test_helper/common.bash @@ -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' -} \ No newline at end of file +}