The remote test keeps failing for task #WH-6 of the autocompletion challenge.
I’ve verified that the TAB completion works locally but the test keeps failing for some reason
This is the test output:
remote: [tester::#GM9] Running tests for Stage #GM9 (Autocompletion - Completion with arguments)
remote: [tester::#GM9] Running ./your_program.sh
remote: [tester::#GM9] ✓ Received prompt ($ )
remote: [tester::#GM9] Typed "ech"
remote: [tester::#GM9] ✓ Prompt line matches "$ ech"
remote: [tester::#GM9] Pressed "<TAB>" (expecting autocomplete to "echo")
remote: [your-program] $ ech
remote: [tester::#GM9] Output does not match expected value.
remote: [tester::#GM9] Expected: "$ echo "
remote: [tester::#GM9] Received: "$ ech"
remote: [tester::#GM9] Assertion failed.
remote: [tester::#GM9] Test failed
My code can be found in the repo here GitHub - Kushagra1480/w-shell
