fix status message in integration tests for cygwin
This commit is contained in:
parent
5f68c20f83
commit
e269e3509b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue