The type builtin: executable files #mg5 - Windows issue?

It’s working locally, but when I commit and push all the tests pass except for cat:

remote: ------------------------------------------------------------------------
remote: 
remote: ⚡ This is a turbo test run. https://codecrafters.io/turbo
remote:
remote: Running tests on your code. Logs should appear shortly...
remote:
remote: [compile] Moved ./.codecrafters/run.sh → ./your_program.sh
remote: [compile] Compilation successful.
remote:
remote: [tester::#MG5] Running tests for Stage #MG5 (The type builtin: executable files)
remote: [tester::#MG5] [setup] export PATH=/tmp/quz:$PATH
remote: [tester::#MG5] [setup] export PATH=/tmp/bar:$PATH
remote: [tester::#MG5] [setup] Available executables:
remote: [tester::#MG5] [setup] - my_exe
remote: [tester::#MG5] Running ./your_program.sh
remote: [your-program] $ type cat
remote: [your-program] cat is /tmp/bar/cat
remote: [your-program] cat is /tmp/bar/cat
remote: [tester::#MG5] Output does not match expected value.
remote: [your-program] cat is /tmp/bar/cat
remote: [tester::#MG5] Output does not match expected value.
remote: [your-program] cat is /tmp/bar/cat
remote: [tester::#MG5] Output does not match expected value.
remote: [tester::#MG5] Expected: "cat is /bin/cat"
remote: [tester::#MG5] Received: "cat is /tmp/bar/cat"
remote: [your-program] $
remote: [tester::#MG5] Assertion failed.
remote: [tester::#MG5] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
remote:
remote: Try our CLI to run tests faster without Git: https://codecrafters.io/cli
remote:
remote: View our article on debugging test failures: https://codecrafters.io/debug

When I try to exec cat in the same terminal i get:

'cat' is not recognized as an internal or external command,
operable program or batch file.

I found the flaw in my logic

Hey @allenac86, would you mind sharing what the issue was? It could be helpful for others who might run into the same problem.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.