From 8296ede064bd8c3160f172e7771c3f804c8e56e9 Mon Sep 17 00:00:00 2001 From: Anton Sorokin Date: Fri, 11 Nov 2022 01:33:10 +0200 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! [#164] Add workflow for running Windows tests on CI --- tests/golden/helpers.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/golden/helpers.bash b/tests/golden/helpers.bash index 851afd44..97740ce1 100644 --- a/tests/golden/helpers.bash +++ b/tests/golden/helpers.bash @@ -68,4 +68,5 @@ assert_diff() { diff $output_file $1 \ --ignore-tab-expansion + --strip-trailing-cr }