From e269e3509ba1c657236b39d565022c385dac5d58 Mon Sep 17 00:00:00 2001 From: Vlasta Vesely Date: Tue, 27 Oct 2020 15:35:56 +0100 Subject: [PATCH] fix status message in integration tests for cygwin --- tests/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.sh b/tests/integration.sh index 42000be..45f309c 100644 --- a/tests/integration.sh +++ b/tests/integration.sh @@ -20,4 +20,4 @@ expected=$(sha1sum tests/texts/mandukya-upanishad.txt | head -c40) computed=$(sha1sum /tmp/iast-mandukya-upanishad.txt.out | head -c40) test "$expected" = "$computed" -echo "\033[32mpassed\033[0m" +printf "\033[32mpassed\033[0m\n"