Browse Source

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

pull/1739/head
miguel 1 year ago committed by MSilva95
parent
commit
2235a8b1d0
  1. 1
      sh/tests/in-the-dark_test.sh

1
sh/tests/in-the-dark_test.sh

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

Loading…
Cancel
Save