From ff0bcfbf7af7604e299a0ebf14256665ffc90684 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:29:54 +0100 Subject: [PATCH] Update to-git-or-not-to-git_test.sh --- sh/tests/to-git-or-not-to-git_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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