diff --git a/sh/tests/to-git-or-not-to-git_test.sh b/sh/tests/to-git-or-not-to-git_test.sh index 1140a11b7..94b8e260a 100755 --- a/sh/tests/to-git-or-not-to-git_test.sh +++ b/sh/tests/to-git-or-not-to-git_test.sh @@ -12,7 +12,7 @@ if [ -f ${FILENAME} ]; then expected=$(bash solutions/to-git-or-not-to-git.sh) diff <(echo "$submitted") <(echo "$expected") else - echo "File exist but empty" + echo "The file exist but empty" exit 1 fi else