fix status message in integration tests for cygwin

This commit is contained in:
Vlasta Vesely 2020-10-27 15:35:56 +01:00
parent 5f68c20f83
commit e269e3509b

View file

@ -20,4 +20,4 @@ expected=$(sha1sum tests/texts/mandukya-upanishad.txt | head -c40)
computed=$(sha1sum /tmp/iast-mandukya-upanishad.txt.out | head -c40) computed=$(sha1sum /tmp/iast-mandukya-upanishad.txt.out | head -c40)
test "$expected" = "$computed" test "$expected" = "$computed"
echo "\033[32mpassed\033[0m" printf "\033[32mpassed\033[0m\n"