I’m at the stage #ni6, the instructions says:
The instructions says that "echo 'world test" is going to be sent to the shell, and as a response: "world test" must be received. $ echo 'shell hello' shell hello $ echo 'world test' world test $But during the test, it looks like it expect different result:  sent: **echo world example** received: world example as the instructions, but the test complaints about the spaces. Am I wrong or the instructions and the test are inconsistent?