I’m stuck on Stage #NI6 ,
The tests pass for this stage, but failed on the previous one GP4 that was before passed. In my implementation it works ok, not sure if is related to some caching?
Here are my logs:
[your-program] $ cat '/tmp/bar/f 86' '/tmp/bar/f 41' '/tmp/bar/f 31'
[your-program] blueberry banana.pineapple blueberry.blueberry banana.
[tester::#NI6] ✓ Received expected response
[your-program] $
[tester::#NI6] Test passed.
[tester::#GP4] Running tests for Stage #GP4 (Navigation - The cd builtin: Home directory)
[tester::#GP4] Running ./your_program.sh
[your-program] $ cd /tmp/apple/blueberry/pear
[your-program] cd: /tmp/apple/blueberry/pear : No such file or directory
[tester::#GP4] Expected prompt ("$ ") but received "cd: /tmp/apple/blueberry/pear : No such file or directory"