Browse Source

Update to-git-or-not-to-git_test.sh

pull/1044/head
Christopher Fremond 2 years ago committed by GitHub
parent
commit
ff0bcfbf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sh/tests/to-git-or-not-to-git_test.sh

2
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

Loading…
Cancel
Save