From a97ca4ed400002fc86f7f092e8c858c2df6da1b2 Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 10 Jan 2023 12:37:57 +0000 Subject: [PATCH] fix(in-back-ground): remove echos --- sh/tests/in-back-ground_test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sh/tests/in-back-ground_test.sh b/sh/tests/in-back-ground_test.sh index 256bec91..21b93720 100755 --- a/sh/tests/in-back-ground_test.sh +++ b/sh/tests/in-back-ground_test.sh @@ -22,8 +22,11 @@ if [ -f ${FILENAME} ]; then # FILE exists and it's not empty if [ -s ${FILENAME} ]; then challenge . + # This will faill the grep command - challenge easy-perm/ + sed -i 's/moon/sun/g' facts + challenge . + sed -i 's/sun/moon/g' facts else echo "The file exist but is empty" exit 1