docs(in-the-dark):remove echo from the test

This commit is contained in:
miguel 2023-01-18 18:15:27 +00:00 committed by MSilva95
parent 8ce0dfcac1
commit 2235a8b1d0
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ challenge() {
submitted=$(cd "$1" && bash "$script_dirS"/$FILENAME) submitted=$(cd "$1" && bash "$script_dirS"/$FILENAME)
expected=$(cd "$1" && bash "$script_dirS"/solutions/in-the-dark.sh) expected=$(cd "$1" && bash "$script_dirS"/solutions/in-the-dark.sh)
diff <(echo "$submitted") <(echo "$expected") diff <(echo "$submitted") <(echo "$expected")
echo $submitted
} }
# True if FILE exists and is a regular file # True if FILE exists and is a regular file