From 21bbb5cb402a7556fbfd3b6e60e3975b69dba276 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:33:27 +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, 2 insertions(+) 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 94b8e260..2c0af880 100755 --- a/sh/tests/to-git-or-not-to-git_test.sh +++ b/sh/tests/to-git-or-not-to-git_test.sh @@ -10,6 +10,8 @@ if [ -f ${FILENAME} ]; then if [ -s ${FILENAME} ]; then submitted=$(bash student/to-git-or-not-to-git.sh) expected=$(bash solutions/to-git-or-not-to-git.sh) + echo $submitted + echo $expected diff <(echo "$submitted") <(echo "$expected") else echo "The file exist but empty"