From 2235a8b1d08a0b396772f14279f092e60a64ecd2 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 18 Jan 2023 18:15:27 +0000 Subject: [PATCH] docs(in-the-dark):remove echo from the test --- sh/tests/in-the-dark_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sh/tests/in-the-dark_test.sh b/sh/tests/in-the-dark_test.sh index dab994dce..f25b65e0e 100755 --- a/sh/tests/in-the-dark_test.sh +++ b/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